Html Css Color HEX #8018BB Dark Violet

📋 copy color: '#8018BB'

red 128 ◦ green 24 ◦ blue 187

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

Shades of Dark Violet #8018BB

Tints of Dark Violet #8018BB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.08%

 BLUE value IS 187 (73.44% from 255) = 55.16%

R = 37.76%
G = 7.08%
B = 55.16%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8018BB (or 0x8018BB) is known color: Dark Violet. HEX triplet: 80, 18 and BB. RGB value is (128,24,187). Sum of RGB (Red+Green+Blue) = 128+24+187=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #8018BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8018BB is #7FE744. Grayscale: #494949. Windows color (decimal): -8382277 or 12261504. OLE color: 12261504.

HSL color Cylindrical-coordinate representation of color #8018BB: hue angle of 278.28º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8018BB is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 24 187 -
CMYK 0.32 0.87 0 0.27
HSL 278.28º 0.77% 0.41% -
HSV(B) 278.28º 0.87% 0.73% -
XYZ 18.2 8.83 47.76 -
YUV 73.68 191.96 166.75 -
System Red Green Blue C M Y K H S L
Decimal 128 24 187 0.32 0.87 0 0.27 278.28 0.77 0.41
Hex 80 18 BB 20 57 0 1B 116 4D 29
Octal 200 30 273 40 127 0 33 426 115 51
Binary 10000000 11000 10111011 100000 1010111 0 11011 100010110 1001101 101001

Color Harmonies of #8018BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8018BB

Black with #8018BB

Text Example


Text Example

White with #8018BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8018BB; }

 p { color: rgb(128,24,187); }

 H1.HeaderClassName
 {
   color: #8018BB;
 }
 .AnyTagClassName
 {
   color: #8018BB;
 }
</style>

background-color css

<style>
 a { background-color: #8018BB; }

 a { background-color: rgb(128,24,187); }

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

border-color css

<style>
 span { border-color: #8018BB; }

 span { border-color: rgb(128,24,187); }

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