Html Css Color HEX #9C20BE Dark Orchid

📋 copy color: '#9C20BE'

red 156 ◦ green 32 ◦ blue 190

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

Shades of Dark Orchid #9C20BE

Tints of Dark Orchid #9C20BE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.47%

 BLUE value IS 190 (74.61% from 255) = 50.26%

R = 41.27%
G = 8.47%
B = 50.26%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C20BE (or 0x9C20BE) is known color: Dark Orchid. HEX triplet: 9C, 20 and BE. RGB value is (156,32,190). Sum of RGB (Red+Green+Blue) = 156+32+190=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C20BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C20BE is #63DF41. Grayscale: #565656. Windows color (decimal): -6545218 or 12460188. OLE color: 12460188.

HSL color Cylindrical-coordinate representation of color #9C20BE: hue angle of 287.09º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C20BE is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 32 190 -
CMYK 0.18 0.83 0 0.25
HSL 287.09º 0.71% 0.44% -
HSV(B) 287.09º 0.83% 0.75% -
XYZ 23.52 11.82 49.76 -
YUV 87.09 186.08 177.15 -
System Red Green Blue C M Y K H S L
Decimal 156 32 190 0.18 0.83 0 0.25 287.09 0.71 0.44
Hex 9C 20 BE 12 53 0 19 11F 47 2C
Octal 234 40 276 22 123 0 31 437 107 54
Binary 10011100 100000 10111110 10010 1010011 0 11001 100011111 1000111 101100

Color Harmonies of #9C20BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C20BE

Black with #9C20BE

Text Example


Text Example

White with #9C20BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,32,190); }

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

background-color css

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

 a { background-color: rgb(156,32,190); }

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

border-color css

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

 span { border-color: rgb(156,32,190); }

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