Html Css Color HEX #8128D5 Blue Violet

📋 copy color: '#8128D5'

red 129 ◦ green 40 ◦ blue 213

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

Shades of Blue Violet #8128D5

Tints of Blue Violet #8128D5

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.47%

 BLUE value IS 213 (83.59% from 255) = 55.76%

R = 33.77%
G = 10.47%
B = 55.76%

CMYK

 C value IS 0.39

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8128D5 (or 0x8128D5) is known color: Blue Violet. HEX triplet: 81, 28 and D5. RGB value is (129,40,213). Sum of RGB (Red+Green+Blue) = 129+40+213=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 213 (83.59% from 255 or 55.76% from 382); Max value from RGB is 213 - color contains mainly: blue. Hex color #8128D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8128D5 is #7ED72A. Grayscale: #555555. Windows color (decimal): -8312619 or 13969537. OLE color: 13969537.

HSL color Cylindrical-coordinate representation of color #8128D5: hue angle of 270.87º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8128D5 is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 129 40 213 -
CMYK 0.39 0.81 0 0.16
HSL 270.87º 0.68% 0.5% -
HSV(B) 270.87º 0.81% 0.84% -
XYZ 21.82 10.99 63.92 -
YUV 86.33 199.49 158.43 -
System Red Green Blue C M Y K H S L
Decimal 129 40 213 0.39 0.81 0 0.16 270.87 0.68 0.5
Hex 81 28 D5 27 51 0 10 10F 44 32
Octal 201 50 325 47 121 0 20 417 104 62
Binary 10000001 101000 11010101 100111 1010001 0 10000 100001111 1000100 110010

Color Harmonies of #8128D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8128D5

Black with #8128D5

Text Example


Text Example

White with #8128D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8128D5; }

 p { color: rgb(129,40,213); }

 H1.HeaderClassName
 {
   color: #8128D5;
 }
 .AnyTagClassName
 {
   color: #8128D5;
 }
</style>

background-color css

<style>
 a { background-color: #8128D5; }

 a { background-color: rgb(129,40,213); }

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

border-color css

<style>
 span { border-color: #8128D5; }

 span { border-color: rgb(129,40,213); }

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