Html Css Color HEX #9220CF Dark Orchid

📋 copy color: '#9220CF'

red 146 ◦ green 32 ◦ blue 207

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

Shades of Dark Orchid #9220CF

Tints of Dark Orchid #9220CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.77%

R = 37.92%
G = 8.31%
B = 53.77%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9220CF (or 0x9220CF) is known color: Dark Orchid. HEX triplet: 92, 20 and CF. RGB value is (146,32,207). Sum of RGB (Red+Green+Blue) = 146+32+207=385 (50% of max value = 765). Red value is 146 (57.42% from 255 or 37.92% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #9220CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9220CF is #6DDF30. Grayscale: #555555. Windows color (decimal): -7200561 or 13574290. OLE color: 13574290.

HSL color Cylindrical-coordinate representation of color #9220CF: hue angle of 279.09º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9220CF is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 146 32 207 -
CMYK 0.29 0.85 0 0.19
HSL 279.09º 0.73% 0.47% -
HSV(B) 279.09º 0.85% 0.81% -
XYZ 23.63 11.65 60.03 -
YUV 86.04 196.27 170.77 -
System Red Green Blue C M Y K H S L
Decimal 146 32 207 0.29 0.85 0 0.19 279.09 0.73 0.47
Hex 92 20 CF 1D 55 0 13 117 49 2F
Octal 222 40 317 35 125 0 23 427 111 57
Binary 10010010 100000 11001111 11101 1010101 0 10011 100010111 1001001 101111

Color Harmonies of #9220CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9220CF

Black with #9220CF

Text Example


Text Example

White with #9220CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9220CF; }

 p { color: rgb(146,32,207); }

 H1.HeaderClassName
 {
   color: #9220CF;
 }
 .AnyTagClassName
 {
   color: #9220CF;
 }
</style>

background-color css

<style>
 a { background-color: #9220CF; }

 a { background-color: rgb(146,32,207); }

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

border-color css

<style>
 span { border-color: #9220CF; }

 span { border-color: rgb(146,32,207); }

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