Html Css Color HEX #9C20BF Dark Orchid

📋 copy color: '#9C20BF'

red 156 ◦ green 32 ◦ blue 191

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

Shades of Dark Orchid #9C20BF

Tints of Dark Orchid #9C20BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.4%

R = 41.16%
G = 8.44%
B = 50.4%

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

#9C20BF (or 0x9C20BF) is known color: Dark Orchid. HEX triplet: 9C, 20 and BF. RGB value is (156,32,191). Sum of RGB (Red+Green+Blue) = 156+32+191=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C20BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C20BF is #63DF40. Grayscale: #565656. Windows color (decimal): -6545217 or 12525724. OLE color: 12525724.

HSL color Cylindrical-coordinate representation of color #9C20BF: hue angle of 286.79º 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 #9C20BF is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 32 191 -
CMYK 0.18 0.83 0 0.25
HSL 286.79º 0.71% 0.44% -
HSV(B) 286.79º 0.83% 0.75% -
XYZ 23.63 11.86 50.33 -
YUV 87.2 186.58 177.07 -
System Red Green Blue C M Y K H S L
Decimal 156 32 191 0.18 0.83 0 0.25 286.79 0.71 0.44
Hex 9C 20 BF 12 53 0 19 11F 47 2C
Octal 234 40 277 22 123 0 31 437 107 54
Binary 10011100 100000 10111111 10010 1010011 0 11001 100011111 1000111 101100

Color Harmonies of #9C20BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C20BF

Black with #9C20BF

Text Example


Text Example

White with #9C20BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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