Html Css Color HEX #8200BD Dark Violet

📋 copy color: '#8200BD'

red 130 ◦ green 0 ◦ blue 189

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

Shades of Dark Violet #8200BD

Tints of Dark Violet #8200BD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 189 (74.22% from 255) = 59.25%

R = 40.75%
G = 0%
B = 59.25%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8200BD (or 0x8200BD) is known color: Dark Violet. HEX triplet: 82, 00 and BD. RGB value is (130,0,189). Sum of RGB (Red+Green+Blue) = 130+0+189=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 189 (74.22% from 255 or 59.25% from 319); Max value from RGB is 189 - color contains mainly: blue. Hex color #8200BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8200BD is #7DFF42. Grayscale: #3B3B3B. Windows color (decimal): -8257347 or 12386434. OLE color: 12386434.

HSL color Cylindrical-coordinate representation of color #8200BD: hue angle of 281.27º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8200BD is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 0 189 -
CMYK 0.31 1 0 0.26
HSL 281.27º 1% 0.37% -
HSV(B) 281.27º 1% 0.74% -
XYZ 18.39 8.42 48.8 -
YUV 60.42 200.57 177.63 -
System Red Green Blue C M Y K H S L
Decimal 130 0 189 0.31 1 0 0.26 281.27 1 0.37
Hex 82 0 BD 1F 64 0 1A 119 64 25
Octal 202 0 275 37 144 0 32 431 144 45
Binary 10000010 0 10111101 11111 1100100 0 11010 100011001 1100100 100101

Color Harmonies of #8200BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8200BD

Black with #8200BD

Text Example


Text Example

White with #8200BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8200BD; }

 p { color: rgb(130,0,189); }

 H1.HeaderClassName
 {
   color: #8200BD;
 }
 .AnyTagClassName
 {
   color: #8200BD;
 }
</style>

background-color css

<style>
 a { background-color: #8200BD; }

 a { background-color: rgb(130,0,189); }

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

border-color css

<style>
 span { border-color: #8200BD; }

 span { border-color: rgb(130,0,189); }

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