Html Css Color HEX #8208BB Dark Violet

📋 copy color: '#8208BB'

red 130 ◦ green 8 ◦ blue 187

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

Shades of Dark Violet #8208BB

Tints of Dark Violet #8208BB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.46%

 BLUE value IS 187 (73.44% from 255) = 57.54%

R = 40%
G = 2.46%
B = 57.54%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8208BB (or 0x8208BB) is known color: Dark Violet. HEX triplet: 82, 08 and BB. RGB value is (130,8,187). Sum of RGB (Red+Green+Blue) = 130+8+187=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #8208BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8208BB is #7DF744. Grayscale: #404040. Windows color (decimal): -8255301 or 12257410. OLE color: 12257410.

HSL color Cylindrical-coordinate representation of color #8208BB: hue angle of 280.89º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8208BB is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 8 187 -
CMYK 0.30 0.96 0 0.27
HSL 280.89º 0.92% 0.38% -
HSV(B) 280.89º 0.96% 0.73% -
XYZ 18.26 8.51 47.69 -
YUV 64.88 196.92 174.45 -
System Red Green Blue C M Y K H S L
Decimal 130 8 187 0.30 0.96 0 0.27 280.89 0.92 0.38
Hex 82 8 BB 1E 60 0 1B 119 5C 26
Octal 202 10 273 36 140 0 33 431 134 46
Binary 10000010 1000 10111011 11110 1100000 0 11011 100011001 1011100 100110

Color Harmonies of #8208BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8208BB

Black with #8208BB

Text Example


Text Example

White with #8208BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8208BB; }

 p { color: rgb(130,8,187); }

 H1.HeaderClassName
 {
   color: #8208BB;
 }
 .AnyTagClassName
 {
   color: #8208BB;
 }
</style>

background-color css

<style>
 a { background-color: #8208BB; }

 a { background-color: rgb(130,8,187); }

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

border-color css

<style>
 span { border-color: #8208BB; }

 span { border-color: rgb(130,8,187); }

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