Html Css Color HEX #8142E9 Blue Violet

📋 copy color: '#8142E9'

red 129 ◦ green 66 ◦ blue 233

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

Shades of Blue Violet #8142E9

Tints of Blue Violet #8142E9

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.42%

 BLUE value IS 233 (91.41% from 255) = 54.44%

R = 30.14%
G = 15.42%
B = 54.44%

CMYK

 C value IS 0.45

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8142E9 (or 0x8142E9) is known color: Blue Violet. HEX triplet: 81, 42 and E9. RGB value is (129,66,233). Sum of RGB (Red+Green+Blue) = 129+66+233=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 233 (91.41% from 255 or 54.44% from 428); Max value from RGB is 233 - color contains mainly: blue. Hex color #8142E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8142E9 is #7EBD16. Grayscale: #676767. Windows color (decimal): -8305943 or 15286913. OLE color: 15286913.

HSL color Cylindrical-coordinate representation of color #8142E9: hue angle of 262.63º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8142E9 is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 129 66 233 -
CMYK 0.45 0.72 0 0.09
HSL 262.63º 0.79% 0.59% -
HSV(B) 262.63º 0.72% 0.91% -
XYZ 25.71 14.45 78.52 -
YUV 103.88 200.87 145.92 -
System Red Green Blue C M Y K H S L
Decimal 129 66 233 0.45 0.72 0 0.09 262.63 0.79 0.59
Hex 81 42 E9 2D 48 0 9 107 4F 3B
Octal 201 102 351 55 110 0 11 407 117 73
Binary 10000001 1000010 11101001 101101 1001000 0 1001 100000111 1001111 111011

Color Harmonies of #8142E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8142E9

Black with #8142E9

Text Example


Text Example

White with #8142E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8142E9; }

 p { color: rgb(129,66,233); }

 H1.HeaderClassName
 {
   color: #8142E9;
 }
 .AnyTagClassName
 {
   color: #8142E9;
 }
</style>

background-color css

<style>
 a { background-color: #8142E9; }

 a { background-color: rgb(129,66,233); }

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

border-color css

<style>
 span { border-color: #8142E9; }

 span { border-color: rgb(129,66,233); }

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