Html Css Color HEX #8141DB Blue Violet

📋 copy color: '#8141DB'

red 129 ◦ green 65 ◦ blue 219

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

Shades of Blue Violet #8141DB

Tints of Blue Violet #8141DB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.74%

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

R = 31.23%
G = 15.74%
B = 53.03%

CMYK

 C value IS 0.41

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8141DB (or 0x8141DB) is known color: Blue Violet. HEX triplet: 81, 41 and DB. RGB value is (129,65,219). Sum of RGB (Red+Green+Blue) = 129+65+219=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #8141DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8141DB is #7EBE24. Grayscale: #656565. Windows color (decimal): -8306213 or 14369153. OLE color: 14369153.

HSL color Cylindrical-coordinate representation of color #8141DB: hue angle of 264.94º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8141DB is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 65 219 -
CMYK 0.41 0.70 0 0.14
HSL 264.94º 0.68% 0.56% -
HSV(B) 264.94º 0.7% 0.86% -
XYZ 23.73 13.56 68.38 -
YUV 101.69 194.2 147.48 -
System Red Green Blue C M Y K H S L
Decimal 129 65 219 0.41 0.70 0 0.14 264.94 0.68 0.56
Hex 81 41 DB 29 46 0 E 109 44 38
Octal 201 101 333 51 106 0 16 411 104 70
Binary 10000001 1000001 11011011 101001 1000110 0 1110 100001001 1000100 111000

Color Harmonies of #8141DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8141DB

Black with #8141DB

Text Example


Text Example

White with #8141DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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