Html Css Color HEX #8829DB Blue Violet

📋 copy color: '#8829DB'

red 136 ◦ green 41 ◦ blue 219

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

Shades of Blue Violet #8829DB

Tints of Blue Violet #8829DB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.35%

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

R = 34.34%
G = 10.35%
B = 55.3%

CMYK

 C value IS 0.38

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8829DB (or 0x8829DB) is known color: Blue Violet. HEX triplet: 88, 29 and DB. RGB value is (136,41,219). Sum of RGB (Red+Green+Blue) = 136+41+219=396 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.34% from 396); Green value is 41 (16.41% from 255 or 10.35% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #8829DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8829DB is #77D624. Grayscale: #595959. Windows color (decimal): -7853605 or 14363016. OLE color: 14363016.

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

Color convert

RGB 136 41 219 -
CMYK 0.38 0.81 0 0.14
HSL 272.02º 0.71% 0.51% -
HSV(B) 272.02º 0.81% 0.86% -
XYZ 23.73 11.93 68.07 -
YUV 89.7 200.97 161.03 -
System Red Green Blue C M Y K H S L
Decimal 136 41 219 0.38 0.81 0 0.14 272.02 0.71 0.51
Hex 88 29 DB 26 51 0 E 110 47 33
Octal 210 51 333 46 121 0 16 420 107 63
Binary 10001000 101001 11011011 100110 1010001 0 1110 100010000 1000111 110011

Color Harmonies of #8829DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8829DB

Black with #8829DB

Text Example


Text Example

White with #8829DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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