Html Css Color HEX #9C29D3 Dark Orchid

📋 copy color: '#9C29D3'

red 156 ◦ green 41 ◦ blue 211

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

Shades of Dark Orchid #9C29D3

Tints of Dark Orchid #9C29D3

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.05%

 BLUE value IS 211 (82.81% from 255) = 51.72%

R = 38.24%
G = 10.05%
B = 51.72%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#9C29D3 (or 0x9C29D3) is known color: Dark Orchid. HEX triplet: 9C, 29 and D3. RGB value is (156,41,211). Sum of RGB (Red+Green+Blue) = 156+41+211=408 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.24% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 211 (82.81% from 255 or 51.72% from 408); Max value from RGB is 211 - color contains mainly: blue. Hex color #9C29D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C29D3 is #63D62C. Grayscale: #5E5E5E. Windows color (decimal): -6542893 or 13838748. OLE color: 13838748.

HSL color Cylindrical-coordinate representation of color #9C29D3: hue angle of 280.59º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C29D3 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 156 41 211 -
CMYK 0.26 0.81 0 0.17
HSL 280.59º 0.67% 0.49% -
HSV(B) 280.59º 0.81% 0.83% -
XYZ 26.26 13.36 62.82 -
YUV 94.77 193.6 171.68 -
System Red Green Blue C M Y K H S L
Decimal 156 41 211 0.26 0.81 0 0.17 280.59 0.67 0.49
Hex 9C 29 D3 1A 51 0 11 119 43 31
Octal 234 51 323 32 121 0 21 431 103 61
Binary 10011100 101001 11010011 11010 1010001 0 10001 100011001 1000011 110001

Color Harmonies of #9C29D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C29D3

Black with #9C29D3

Text Example


Text Example

White with #9C29D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,41,211); }

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

background-color css

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

 a { background-color: rgb(156,41,211); }

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

border-color css

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

 span { border-color: rgb(156,41,211); }

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