Html Css Color HEX #9C21BE Dark Orchid

📋 copy color: '#9C21BE'

red 156 ◦ green 33 ◦ blue 190

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

Shades of Dark Orchid #9C21BE

Tints of Dark Orchid #9C21BE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.71%

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

R = 41.16%
G = 8.71%
B = 50.13%

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

#9C21BE (or 0x9C21BE) is known color: Dark Orchid. HEX triplet: 9C, 21 and BE. RGB value is (156,33,190). Sum of RGB (Red+Green+Blue) = 156+33+190=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C21BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C21BE is #63DE41. Grayscale: #575757. Windows color (decimal): -6544962 or 12460444. OLE color: 12460444.

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

Color convert

RGB 156 33 190 -
CMYK 0.18 0.83 0 0.25
HSL 287.01º 0.7% 0.44% -
HSV(B) 287.01º 0.83% 0.75% -
XYZ 23.55 11.87 49.77 -
YUV 87.68 185.75 176.73 -
System Red Green Blue C M Y K H S L
Decimal 156 33 190 0.18 0.83 0 0.25 287.01 0.7 0.44
Hex 9C 21 BE 12 53 0 19 11F 46 2C
Octal 234 41 276 22 123 0 31 437 106 54
Binary 10011100 100001 10111110 10010 1010011 0 11001 100011111 1000110 101100

Color Harmonies of #9C21BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C21BE

Black with #9C21BE

Text Example


Text Example

White with #9C21BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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