Html Css Color HEX #8121B9 Dark Orchid

📋 copy color: '#8121B9'

red 129 ◦ green 33 ◦ blue 185

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

Shades of Dark Orchid #8121B9

Tints of Dark Orchid #8121B9

RGB

 RED value IS 129 (50.78% from 255) = 37.18%

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

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

R = 37.18%
G = 9.51%
B = 53.31%

CMYK

 C value IS 0.30

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8121B9 (or 0x8121B9) is known color: Dark Orchid. HEX triplet: 81, 21 and B9. RGB value is (129,33,185). Sum of RGB (Red+Green+Blue) = 129+33+185=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 33 (13.28% from 255 or 9.51% 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 #8121B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8121B9 is #7EDE46. Grayscale: #4E4E4E. Windows color (decimal): -8314439 or 12132737. OLE color: 12132737.

HSL color Cylindrical-coordinate representation of color #8121B9: hue angle of 277.89º 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 #8121B9 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 33 185 -
CMYK 0.30 0.82 0 0.27
HSL 277.89º 0.7% 0.43% -
HSV(B) 277.89º 0.82% 0.73% -
XYZ 18.35 9.26 46.72 -
YUV 79.03 187.8 163.64 -
System Red Green Blue C M Y K H S L
Decimal 129 33 185 0.30 0.82 0 0.27 277.89 0.7 0.43
Hex 81 21 B9 1E 52 0 1B 116 46 2B
Octal 201 41 271 36 122 0 33 426 106 53
Binary 10000001 100001 10111001 11110 1010010 0 11011 100010110 1000110 101011

Color Harmonies of #8121B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8121B9

Black with #8121B9

Text Example


Text Example

White with #8121B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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