Html Css Color HEX #8000BD Dark Violet

📋 copy color: '#8000BD'

red 128 ◦ green 0 ◦ blue 189

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

Shades of Dark Violet #8000BD

Tints of Dark Violet #8000BD

RGB

 RED value IS 128 (50.39% from 255) = 40.38%

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

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

R = 40.38%
G = 0%
B = 59.62%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8000BD (or 0x8000BD) is known color: Dark Violet. HEX triplet: 80, 00 and BD. RGB value is (128,0,189). Sum of RGB (Red+Green+Blue) = 128+0+189=317 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.38% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 189 (74.22% from 255 or 59.62% from 317); Max value from RGB is 189 - color contains mainly: blue. Hex color #8000BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8000BD is #7FFF42. Grayscale: #3B3B3B. Windows color (decimal): -8388419 or 12386432. OLE color: 12386432.

HSL color Cylindrical-coordinate representation of color #8000BD: hue angle of 280.63º 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 #8000BD is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 0 189 -
CMYK 0.32 1 0 0.26
HSL 280.63º 1% 0.37% -
HSV(B) 280.63º 1% 0.74% -
XYZ 18.09 8.26 48.79 -
YUV 59.82 200.91 176.63 -
System Red Green Blue C M Y K H S L
Decimal 128 0 189 0.32 1 0 0.26 280.63 1 0.37
Hex 80 0 BD 20 64 0 1A 119 64 25
Octal 200 0 275 40 144 0 32 431 144 45
Binary 10000000 0 10111101 100000 1100100 0 11010 100011001 1100100 100101

Color Harmonies of #8000BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8000BD

Black with #8000BD

Text Example


Text Example

White with #8000BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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