Html Css Color HEX #8120B3 Dark Orchid

📋 copy color: '#8120B3'

red 129 ◦ green 32 ◦ blue 179

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

Shades of Dark Orchid #8120B3

Tints of Dark Orchid #8120B3

RGB

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

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

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

R = 37.94%
G = 9.41%
B = 52.65%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8120B3 (or 0x8120B3) is known color: Dark Orchid. HEX triplet: 81, 20 and B3. RGB value is (129,32,179). Sum of RGB (Red+Green+Blue) = 129+32+179=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 179 (70.31% from 255 or 52.65% from 340); Max value from RGB is 179 - color contains mainly: blue. Hex color #8120B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8120B3 is #7EDF4C. Grayscale: #4D4D4D. Windows color (decimal): -8314701 or 11739265. OLE color: 11739265.

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

Color convert

RGB 129 32 179 -
CMYK 0.28 0.82 0 0.30
HSL 279.59º 0.7% 0.41% -
HSV(B) 279.59º 0.82% 0.7% -
XYZ 17.71 8.95 43.44 -
YUV 77.76 185.14 164.55 -
System Red Green Blue C M Y K H S L
Decimal 129 32 179 0.28 0.82 0 0.30 279.59 0.7 0.41
Hex 81 20 B3 1C 52 0 1E 118 46 29
Octal 201 40 263 34 122 0 36 430 106 51
Binary 10000001 100000 10110011 11100 1010010 0 11110 100011000 1000110 101001

Color Harmonies of #8120B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8120B3

Black with #8120B3

Text Example


Text Example

White with #8120B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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