Html Css Color HEX #9221CB Dark Orchid

📋 copy color: '#9221CB'

red 146 ◦ green 33 ◦ blue 203

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

Shades of Dark Orchid #9221CB

Tints of Dark Orchid #9221CB

RGB

 RED value IS 146 (57.42% from 255) = 38.22%

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

 BLUE value IS 203 (79.69% from 255) = 53.14%

R = 38.22%
G = 8.64%
B = 53.14%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9221CB (or 0x9221CB) is known color: Dark Orchid. HEX triplet: 92, 21 and CB. RGB value is (146,33,203). Sum of RGB (Red+Green+Blue) = 146+33+203=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #9221CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9221CB is #6DDE34. Grayscale: #555555. Windows color (decimal): -7200309 or 13312402. OLE color: 13312402.

HSL color Cylindrical-coordinate representation of color #9221CB: hue angle of 279.88º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9221CB is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 146 33 203 -
CMYK 0.28 0.84 0 0.20
HSL 279.88º 0.72% 0.46% -
HSV(B) 279.88º 0.84% 0.8% -
XYZ 23.18 11.51 57.5 -
YUV 86.17 193.94 170.68 -
System Red Green Blue C M Y K H S L
Decimal 146 33 203 0.28 0.84 0 0.20 279.88 0.72 0.46
Hex 92 21 CB 1C 54 0 14 118 48 2E
Octal 222 41 313 34 124 0 24 430 110 56
Binary 10010010 100001 11001011 11100 1010100 0 10100 100011000 1001000 101110

Color Harmonies of #9221CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9221CB

Black with #9221CB

Text Example


Text Example

White with #9221CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9221CB; }

 p { color: rgb(146,33,203); }

 H1.HeaderClassName
 {
   color: #9221CB;
 }
 .AnyTagClassName
 {
   color: #9221CB;
 }
</style>

background-color css

<style>
 a { background-color: #9221CB; }

 a { background-color: rgb(146,33,203); }

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

border-color css

<style>
 span { border-color: #9221CB; }

 span { border-color: rgb(146,33,203); }

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