Html Css Color HEX #9C32DC Dark Orchid

📋 copy color: '#9C32DC'

red 156 ◦ green 50 ◦ blue 220

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

Shades of Dark Orchid #9C32DC

Tints of Dark Orchid #9C32DC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.74%

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

R = 36.62%
G = 11.74%
B = 51.64%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9C32DC (or 0x9C32DC) is known color: Dark Orchid. HEX triplet: 9C, 32 and DC. RGB value is (156,50,220). Sum of RGB (Red+Green+Blue) = 156+50+220=426 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.62% from 426); Green value is 50 (19.92% from 255 or 11.74% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C32DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C32DC is #63CD23. Grayscale: #646464. Windows color (decimal): -6540580 or 14430876. OLE color: 14430876.

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

Color convert

RGB 156 50 220 -
CMYK 0.29 0.77 0 0.14
HSL 277.41º 0.71% 0.53% -
HSV(B) 277.41º 0.77% 0.86% -
XYZ 27.77 14.52 69.05 -
YUV 101.07 195.12 167.18 -
System Red Green Blue C M Y K H S L
Decimal 156 50 220 0.29 0.77 0 0.14 277.41 0.71 0.53
Hex 9C 32 DC 1D 4D 0 E 115 47 35
Octal 234 62 334 35 115 0 16 425 107 65
Binary 10011100 110010 11011100 11101 1001101 0 1110 100010101 1000111 110101

Color Harmonies of #9C32DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C32DC

Black with #9C32DC

Text Example


Text Example

White with #9C32DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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