Html Css Color HEX #8840DB Blue Violet

📋 copy color: '#8840DB'

red 136 ◦ green 64 ◦ blue 219

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

Shades of Blue Violet #8840DB

Tints of Blue Violet #8840DB

RGB

 RED value IS 136 (53.52% from 255) = 32.46%

 GREEN value IS 64 (25.39% from 255) = 15.27%

 BLUE value IS 219 (85.94% from 255) = 52.27%

R = 32.46%
G = 15.27%
B = 52.27%

CMYK

 C value IS 0.38

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8840DB (or 0x8840DB) is known color: Blue Violet. HEX triplet: 88, 40 and DB. RGB value is (136,64,219). Sum of RGB (Red+Green+Blue) = 136+64+219=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #8840DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8840DB is #77BF24. Grayscale: #666666. Windows color (decimal): -7847717 or 14368904. OLE color: 14368904.

HSL color Cylindrical-coordinate representation of color #8840DB: hue angle of 267.87º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8840DB is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 64 219 -
CMYK 0.38 0.71 0 0.14
HSL 267.87º 0.68% 0.55% -
HSV(B) 267.87º 0.71% 0.86% -
XYZ 24.77 14.02 68.42 -
YUV 103.2 193.35 151.4 -
System Red Green Blue C M Y K H S L
Decimal 136 64 219 0.38 0.71 0 0.14 267.87 0.68 0.55
Hex 88 40 DB 26 47 0 E 10C 44 37
Octal 210 100 333 46 107 0 16 414 104 67
Binary 10001000 1000000 11011011 100110 1000111 0 1110 100001100 1000100 110111

Color Harmonies of #8840DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8840DB

Black with #8840DB

Text Example


Text Example

White with #8840DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8840DB; }

 p { color: rgb(136,64,219); }

 H1.HeaderClassName
 {
   color: #8840DB;
 }
 .AnyTagClassName
 {
   color: #8840DB;
 }
</style>

background-color css

<style>
 a { background-color: #8840DB; }

 a { background-color: rgb(136,64,219); }

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

border-color css

<style>
 span { border-color: #8840DB; }

 span { border-color: rgb(136,64,219); }

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