Html Css Color HEX #9C21B9 Dark Orchid

📋 copy color: '#9C21B9'

red 156 ◦ green 33 ◦ blue 185

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

Shades of Dark Orchid #9C21B9

Tints of Dark Orchid #9C21B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 49.47%

R = 41.71%
G = 8.82%
B = 49.47%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9C21B9 (or 0x9C21B9) is known color: Dark Orchid. HEX triplet: 9C, 21 and B9. RGB value is (156,33,185). Sum of RGB (Red+Green+Blue) = 156+33+185=374 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.71% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 185 (72.66% from 255 or 49.47% from 374); Max value from RGB is 185 - color contains mainly: blue. Hex color #9C21B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C21B9 is #63DE46. Grayscale: #565656. Windows color (decimal): -6544967 or 12132764. OLE color: 12132764.

HSL color Cylindrical-coordinate representation of color #9C21B9: hue angle of 288.55º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9C21B9 is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 33 185 -
CMYK 0.16 0.82 0 0.27
HSL 288.55º 0.7% 0.43% -
HSV(B) 288.55º 0.82% 0.73% -
XYZ 23.01 11.66 46.94 -
YUV 87.11 183.25 177.14 -
System Red Green Blue C M Y K H S L
Decimal 156 33 185 0.16 0.82 0 0.27 288.55 0.7 0.43
Hex 9C 21 B9 10 52 0 1B 121 46 2B
Octal 234 41 271 20 122 0 33 441 106 53
Binary 10011100 100001 10111001 10000 1010010 0 11011 100100001 1000110 101011

Color Harmonies of #9C21B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C21B9

Black with #9C21B9

Text Example


Text Example

White with #9C21B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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