Html Css Color HEX #8002B9 Dark Violet

📋 copy color: '#8002B9'

red 128 ◦ green 2 ◦ blue 185

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

Shades of Dark Violet #8002B9

Tints of Dark Violet #8002B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 58.73%

R = 40.63%
G = 0.63%
B = 58.73%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8002B9 (or 0x8002B9) is known color: Dark Violet. HEX triplet: 80, 02 and B9. RGB value is (128,2,185). Sum of RGB (Red+Green+Blue) = 128+2+185=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 185 (72.66% from 255 or 58.73% from 315); Max value from RGB is 185 - color contains mainly: blue. Hex color #8002B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8002B9 is #7FFD46. Grayscale: #3B3B3B. Windows color (decimal): -8387911 or 12124800. OLE color: 12124800.

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

Color convert

RGB 128 2 185 -
CMYK 0.31 0.99 0 0.27
HSL 281.31º 0.98% 0.37% -
HSV(B) 281.31º 0.99% 0.73% -
XYZ 17.68 8.14 46.54 -
YUV 60.54 198.24 176.12 -
System Red Green Blue C M Y K H S L
Decimal 128 2 185 0.31 0.99 0 0.27 281.31 0.98 0.37
Hex 80 2 B9 1F 63 0 1B 119 62 25
Octal 200 2 271 37 143 0 33 431 142 45
Binary 10000000 10 10111001 11111 1100011 0 11011 100011001 1100010 100101

Color Harmonies of #8002B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8002B9

Black with #8002B9

Text Example


Text Example

White with #8002B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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