Html Css Color HEX #9C27CB Dark Orchid

📋 copy color: '#9C27CB'

red 156 ◦ green 39 ◦ blue 203

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

Shades of Dark Orchid #9C27CB

Tints of Dark Orchid #9C27CB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.8%

 BLUE value IS 203 (79.69% from 255) = 51.01%

R = 39.2%
G = 9.8%
B = 51.01%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9C27CB (or 0x9C27CB) is known color: Dark Orchid. HEX triplet: 9C, 27 and CB. RGB value is (156,39,203). Sum of RGB (Red+Green+Blue) = 156+39+203=398 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.20% from 398); Green value is 39 (15.62% from 255 or 9.80% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C27CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C27CB is #63D834. Grayscale: #5C5C5C. Windows color (decimal): -6543413 or 13313948. OLE color: 13313948.

HSL color Cylindrical-coordinate representation of color #9C27CB: hue angle of 282.8º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C27CB is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 156 39 203 -
CMYK 0.23 0.81 0 0.20
HSL 282.8º 0.68% 0.47% -
HSV(B) 282.8º 0.81% 0.8% -
XYZ 25.22 12.83 57.65 -
YUV 92.68 190.26 173.16 -
System Red Green Blue C M Y K H S L
Decimal 156 39 203 0.23 0.81 0 0.20 282.8 0.68 0.47
Hex 9C 27 CB 17 51 0 14 11B 44 2F
Octal 234 47 313 27 121 0 24 433 104 57
Binary 10011100 100111 11001011 10111 1010001 0 10100 100011011 1000100 101111

Color Harmonies of #9C27CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C27CB

Black with #9C27CB

Text Example


Text Example

White with #9C27CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,39,203); }

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

background-color css

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

 a { background-color: rgb(156,39,203); }

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

border-color css

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

 span { border-color: rgb(156,39,203); }

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