Html Css Color HEX #9C26DC Dark Orchid

📋 copy color: '#9C26DC'

red 156 ◦ green 38 ◦ blue 220

#9C26DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9C26DC

Tints of Dark Orchid #9C26DC

RGB

 RED value IS 156 (61.33% from 255) = 37.68%

 GREEN value IS 38 (15.23% from 255) = 9.18%

 BLUE value IS 220 (86.33% from 255) = 53.14%

R = 37.68%
G = 9.18%
B = 53.14%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9C26DC (or 0x9C26DC) is known color: Dark Orchid. HEX triplet: 9C, 26 and DC. RGB value is (156,38,220). Sum of RGB (Red+Green+Blue) = 156+38+220=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 38 (15.23% from 255 or 9.18% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C26DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C26DC is #63D923. Grayscale: #5D5D5D. Windows color (decimal): -6543652 or 14427804. OLE color: 14427804.

HSL color Cylindrical-coordinate representation of color #9C26DC: hue angle of 278.9º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C26DC is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 38 220 -
CMYK 0.29 0.83 0 0.14
HSL 278.9º 0.72% 0.51% -
HSV(B) 278.9º 0.83% 0.86% -
XYZ 27.32 13.62 68.9 -
YUV 94.03 199.09 172.2 -
System Red Green Blue C M Y K H S L
Decimal 156 38 220 0.29 0.83 0 0.14 278.9 0.72 0.51
Hex 9C 26 DC 1D 53 0 E 117 48 33
Octal 234 46 334 35 123 0 16 427 110 63
Binary 10011100 100110 11011100 11101 1010011 0 1110 100010111 1001000 110011

Color Harmonies of #9C26DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C26DC

Black with #9C26DC

Text Example


Text Example

White with #9C26DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C26DC; }

 p { color: rgb(156,38,220); }

 H1.HeaderClassName
 {
   color: #9C26DC;
 }
 .AnyTagClassName
 {
   color: #9C26DC;
 }
</style>

background-color css

<style>
 a { background-color: #9C26DC; }

 a { background-color: rgb(156,38,220); }

 div.DivClassName
 {
   background-color: #9C26DC;
 }
 .BgClassName
 {
   background-color: #9C26DC;
 }
</style>

border-color css

<style>
 span { border-color: #9C26DC; }

 span { border-color: rgb(156,38,220); }

 td.TdClassName
 {
   border-color: #9C26DC;
 }
 .TagClassName
 {
   border-color: #9C26DC;
 }
</style>