Html Css Color HEX #8007BA Dark Violet

📋 copy color: '#8007BA'

red 128 ◦ green 7 ◦ blue 186

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

Shades of Dark Violet #8007BA

Tints of Dark Violet #8007BA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.18%

 BLUE value IS 186 (73.05% from 255) = 57.94%

R = 39.88%
G = 2.18%
B = 57.94%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8007BA (or 0x8007BA) is known color: Dark Violet. HEX triplet: 80, 07 and BA. RGB value is (128,7,186). Sum of RGB (Red+Green+Blue) = 128+7+186=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #8007BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8007BA is #7FF845. Grayscale: #3E3E3E. Windows color (decimal): -8386630 or 12191616. OLE color: 12191616.

HSL color Cylindrical-coordinate representation of color #8007BA: hue angle of 280.56º degrees, saturation: 0.93, 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 #8007BA is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 7 186 -
CMYK 0.31 0.96 0 0.27
HSL 280.56º 0.93% 0.38% -
HSV(B) 280.56º 0.96% 0.73% -
XYZ 17.84 8.29 47.11 -
YUV 63.59 197.09 173.95 -
System Red Green Blue C M Y K H S L
Decimal 128 7 186 0.31 0.96 0 0.27 280.56 0.93 0.38
Hex 80 7 BA 1F 60 0 1B 119 5D 26
Octal 200 7 272 37 140 0 33 431 135 46
Binary 10000000 111 10111010 11111 1100000 0 11011 100011001 1011101 100110

Color Harmonies of #8007BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8007BA

Black with #8007BA

Text Example


Text Example

White with #8007BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8007BA; }

 p { color: rgb(128,7,186); }

 H1.HeaderClassName
 {
   color: #8007BA;
 }
 .AnyTagClassName
 {
   color: #8007BA;
 }
</style>

background-color css

<style>
 a { background-color: #8007BA; }

 a { background-color: rgb(128,7,186); }

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

border-color css

<style>
 span { border-color: #8007BA; }

 span { border-color: rgb(128,7,186); }

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