Html Css Color HEX #8002BF Dark Violet

📋 copy color: '#8002BF'

red 128 ◦ green 2 ◦ blue 191

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

Shades of Dark Violet #8002BF

Tints of Dark Violet #8002BF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

 BLUE value IS 191 (75% from 255) = 59.5%

R = 39.88%
G = 0.62%
B = 59.5%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8002BF (or 0x8002BF) is known color: Dark Violet. HEX triplet: 80, 02 and BF. RGB value is (128,2,191). Sum of RGB (Red+Green+Blue) = 128+2+191=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #8002BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8002BF is #7FFD40. Grayscale: #3C3C3C. Windows color (decimal): -8387905 or 12518016. OLE color: 12518016.

HSL color Cylindrical-coordinate representation of color #8002BF: hue angle of 280º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8002BF is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 2 191 -
CMYK 0.33 0.99 0 0.25
HSL 280º 0.98% 0.38% -
HSV(B) 280º 0.99% 0.75% -
XYZ 18.33 8.39 49.94 -
YUV 61.22 201.24 175.63 -
System Red Green Blue C M Y K H S L
Decimal 128 2 191 0.33 0.99 0 0.25 280 0.98 0.38
Hex 80 2 BF 21 63 0 19 118 62 26
Octal 200 2 277 41 143 0 31 430 142 46
Binary 10000000 10 10111111 100001 1100011 0 11001 100011000 1100010 100110

Color Harmonies of #8002BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8002BF

Black with #8002BF

Text Example


Text Example

White with #8002BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8002BF; }

 p { color: rgb(128,2,191); }

 H1.HeaderClassName
 {
   color: #8002BF;
 }
 .AnyTagClassName
 {
   color: #8002BF;
 }
</style>

background-color css

<style>
 a { background-color: #8002BF; }

 a { background-color: rgb(128,2,191); }

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

border-color css

<style>
 span { border-color: #8002BF; }

 span { border-color: rgb(128,2,191); }

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