Html Css Color HEX #8143E4 Blue Violet

📋 copy color: '#8143E4'

red 129 ◦ green 67 ◦ blue 228

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

Shades of Blue Violet #8143E4

Tints of Blue Violet #8143E4

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.8%

 BLUE value IS 228 (89.45% from 255) = 53.77%

R = 30.42%
G = 15.8%
B = 53.77%

CMYK

 C value IS 0.43

 M value IS 0.71

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#8143E4 (or 0x8143E4) is known color: Blue Violet. HEX triplet: 81, 43 and E4. RGB value is (129,67,228). Sum of RGB (Red+Green+Blue) = 129+67+228=424 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.42% from 424); Green value is 67 (26.56% from 255 or 15.80% from 424); Blue value is 228 (89.45% from 255 or 53.77% from 424); Max value from RGB is 228 - color contains mainly: blue. Hex color #8143E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8143E4 is #7EBC1B. Grayscale: #676767. Windows color (decimal): -8305692 or 14959489. OLE color: 14959489.

HSL color Cylindrical-coordinate representation of color #8143E4: hue angle of 263.11º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8143E4 is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 129 67 228 -
CMYK 0.43 0.71 0 0.11
HSL 263.11º 0.75% 0.58% -
HSV(B) 263.11º 0.71% 0.89% -
XYZ 25.06 14.28 74.83 -
YUV 103.89 198.04 145.91 -
System Red Green Blue C M Y K H S L
Decimal 129 67 228 0.43 0.71 0 0.11 263.11 0.75 0.58
Hex 81 43 E4 2B 47 0 B 107 4B 3A
Octal 201 103 344 53 107 0 13 407 113 72
Binary 10000001 1000011 11100100 101011 1000111 0 1011 100000111 1001011 111010

Color Harmonies of #8143E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8143E4

Black with #8143E4

Text Example


Text Example

White with #8143E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8143E4; }

 p { color: rgb(129,67,228); }

 H1.HeaderClassName
 {
   color: #8143E4;
 }
 .AnyTagClassName
 {
   color: #8143E4;
 }
</style>

background-color css

<style>
 a { background-color: #8143E4; }

 a { background-color: rgb(129,67,228); }

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

border-color css

<style>
 span { border-color: #8143E4; }

 span { border-color: rgb(129,67,228); }

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