Html Css Color HEX #8220B9 Dark Orchid

📋 copy color: '#8220B9'

red 130 ◦ green 32 ◦ blue 185

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

Shades of Dark Orchid #8220B9

Tints of Dark Orchid #8220B9

RGB

 RED value IS 130 (51.17% from 255) = 37.46%

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

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

R = 37.46%
G = 9.22%
B = 53.31%

CMYK

 C value IS 0.30

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8220B9 (or 0x8220B9) is known color: Dark Orchid. HEX triplet: 82, 20 and B9. RGB value is (130,32,185). Sum of RGB (Red+Green+Blue) = 130+32+185=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 185 (72.66% from 255 or 53.31% from 347); Max value from RGB is 185 - color contains mainly: blue. Hex color #8220B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8220B9 is #7DDF46. Grayscale: #4E4E4E. Windows color (decimal): -8249159 or 12132482. OLE color: 12132482.

HSL color Cylindrical-coordinate representation of color #8220B9: hue angle of 278.43º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8220B9 is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 32 185 -
CMYK 0.30 0.83 0 0.27
HSL 278.43º 0.71% 0.43% -
HSV(B) 278.43º 0.83% 0.73% -
XYZ 18.48 9.28 46.72 -
YUV 78.74 187.97 164.56 -
System Red Green Blue C M Y K H S L
Decimal 130 32 185 0.30 0.83 0 0.27 278.43 0.71 0.43
Hex 82 20 B9 1E 53 0 1B 116 47 2B
Octal 202 40 271 36 123 0 33 426 107 53
Binary 10000010 100000 10111001 11110 1010011 0 11011 100010110 1000111 101011

Color Harmonies of #8220B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8220B9

Black with #8220B9

Text Example


Text Example

White with #8220B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8220B9; }

 p { color: rgb(130,32,185); }

 H1.HeaderClassName
 {
   color: #8220B9;
 }
 .AnyTagClassName
 {
   color: #8220B9;
 }
</style>

background-color css

<style>
 a { background-color: #8220B9; }

 a { background-color: rgb(130,32,185); }

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

border-color css

<style>
 span { border-color: #8220B9; }

 span { border-color: rgb(130,32,185); }

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