Html Css Color HEX #9220B3 Dark Orchid

📋 copy color: '#9220B3'

red 146 ◦ green 32 ◦ blue 179

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

Shades of Dark Orchid #9220B3

Tints of Dark Orchid #9220B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 50.14%

R = 40.9%
G = 8.96%
B = 50.14%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9220B3 (or 0x9220B3) is known color: Dark Orchid. HEX triplet: 92, 20 and B3. RGB value is (146,32,179). Sum of RGB (Red+Green+Blue) = 146+32+179=357 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.90% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 179 (70.31% from 255 or 50.14% from 357); Max value from RGB is 179 - color contains mainly: blue. Hex color #9220B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9220B3 is #6DDF4C. Grayscale: #525252. Windows color (decimal): -7200589 or 11739282. OLE color: 11739282.

HSL color Cylindrical-coordinate representation of color #9220B3: hue angle of 286.53º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9220B3 is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 146 32 179 -
CMYK 0.18 0.82 0 0.30
HSL 286.53º 0.7% 0.41% -
HSV(B) 286.53º 0.82% 0.7% -
XYZ 20.51 10.4 43.57 -
YUV 82.84 182.27 173.05 -
System Red Green Blue C M Y K H S L
Decimal 146 32 179 0.18 0.82 0 0.30 286.53 0.7 0.41
Hex 92 20 B3 12 52 0 1E 11F 46 29
Octal 222 40 263 22 122 0 36 437 106 51
Binary 10010010 100000 10110011 10010 1010010 0 11110 100011111 1000110 101001

Color Harmonies of #9220B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9220B3

Black with #9220B3

Text Example


Text Example

White with #9220B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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