Html Css Color HEX #8129DB Blue Violet

📋 copy color: '#8129DB'

red 129 ◦ green 41 ◦ blue 219

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

Shades of Blue Violet #8129DB

Tints of Blue Violet #8129DB

RGB

 RED value IS 129 (50.78% from 255) = 33.16%

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

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

R = 33.16%
G = 10.54%
B = 56.3%

CMYK

 C value IS 0.41

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8129DB (or 0x8129DB) is known color: Blue Violet. HEX triplet: 81, 29 and DB. RGB value is (129,41,219). Sum of RGB (Red+Green+Blue) = 129+41+219=389 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.16% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #8129DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8129DB is #7ED624. Grayscale: #565656. Windows color (decimal): -8312357 or 14363009. OLE color: 14363009.

HSL color Cylindrical-coordinate representation of color #8129DB: hue angle of 269.66º 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 #8129DB is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 41 219 -
CMYK 0.41 0.81 0 0.14
HSL 269.66º 0.71% 0.51% -
HSV(B) 269.66º 0.81% 0.86% -
XYZ 22.63 11.37 68.02 -
YUV 87.6 202.15 157.53 -
System Red Green Blue C M Y K H S L
Decimal 129 41 219 0.41 0.81 0 0.14 269.66 0.71 0.51
Hex 81 29 DB 29 51 0 E 10E 47 33
Octal 201 51 333 51 121 0 16 416 107 63
Binary 10000001 101001 11011011 101001 1010001 0 1110 100001110 1000111 110011

Color Harmonies of #8129DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8129DB

Black with #8129DB

Text Example


Text Example

White with #8129DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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