Html Css Color HEX #9C21DB Dark Orchid

📋 copy color: '#9C21DB'

red 156 ◦ green 33 ◦ blue 219

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

Shades of Dark Orchid #9C21DB

Tints of Dark Orchid #9C21DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.68%

R = 38.24%
G = 8.09%
B = 53.68%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9C21DB (or 0x9C21DB) is known color: Dark Orchid. HEX triplet: 9C, 21 and DB. RGB value is (156,33,219). Sum of RGB (Red+Green+Blue) = 156+33+219=408 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.24% from 408); Green value is 33 (13.28% from 255 or 8.09% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C21DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C21DB is #63DE24. Grayscale: #5A5A5A. Windows color (decimal): -6544933 or 14360988. OLE color: 14360988.

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

Color convert

RGB 156 33 219 -
CMYK 0.29 0.85 0 0.14
HSL 279.68º 0.74% 0.49% -
HSV(B) 279.68º 0.85% 0.86% -
XYZ 27.04 13.27 68.15 -
YUV 90.98 200.25 174.38 -
System Red Green Blue C M Y K H S L
Decimal 156 33 219 0.29 0.85 0 0.14 279.68 0.74 0.49
Hex 9C 21 DB 1D 55 0 E 118 4A 31
Octal 234 41 333 35 125 0 16 430 112 61
Binary 10011100 100001 11011011 11101 1010101 0 1110 100011000 1001010 110001

Color Harmonies of #9C21DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C21DB

Black with #9C21DB

Text Example


Text Example

White with #9C21DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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