Html Css Color HEX #8002BD Dark Violet

📋 copy color: '#8002BD'

red 128 ◦ green 2 ◦ blue 189

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

Shades of Dark Violet #8002BD

Tints of Dark Violet #8002BD

RGB

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

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

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

R = 40.13%
G = 0.63%
B = 59.25%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8002BD (or 0x8002BD) is known color: Dark Violet. HEX triplet: 80, 02 and BD. RGB value is (128,2,189). Sum of RGB (Red+Green+Blue) = 128+2+189=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 2 (1.17% from 255 or 0.63% 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 #8002BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8002BD is #7FFD42. Grayscale: #3C3C3C. Windows color (decimal): -8387907 or 12386944. OLE color: 12386944.

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

Color convert

RGB 128 2 189 -
CMYK 0.32 0.99 0 0.26
HSL 280.43º 0.98% 0.37% -
HSV(B) 280.43º 0.99% 0.74% -
XYZ 18.11 8.31 48.79 -
YUV 60.99 200.24 175.79 -
System Red Green Blue C M Y K H S L
Decimal 128 2 189 0.32 0.99 0 0.26 280.43 0.98 0.37
Hex 80 2 BD 20 63 0 1A 118 62 25
Octal 200 2 275 40 143 0 32 430 142 45
Binary 10000000 10 10111101 100000 1100011 0 11010 100011000 1100010 100101

Color Harmonies of #8002BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8002BD

Black with #8002BD

Text Example


Text Example

White with #8002BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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