Html Css Color HEX #8125EA Blue Violet

📋 copy color: '#8125EA'

red 129 ◦ green 37 ◦ blue 234

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

Shades of Blue Violet #8125EA

Tints of Blue Violet #8125EA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.25%

 BLUE value IS 234 (91.8% from 255) = 58.5%

R = 32.25%
G = 9.25%
B = 58.5%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8125EA (or 0x8125EA) is known color: Blue Violet. HEX triplet: 81, 25 and EA. RGB value is (129,37,234). Sum of RGB (Red+Green+Blue) = 129+37+234=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 37 (14.84% from 255 or 9.25% from 400); Blue value is 234 (91.80% from 255 or 58.5% from 400); Max value from RGB is 234 - color contains mainly: blue. Hex color #8125EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8125EA is #7EDA15. Grayscale: #565656. Windows color (decimal): -8313366 or 15345025. OLE color: 15345025.

HSL color Cylindrical-coordinate representation of color #8125EA: hue angle of 268.02º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8125EA is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 129 37 234 -
CMYK 0.45 0.84 0 0.08
HSL 268.02º 0.82% 0.53% -
HSV(B) 268.02º 0.84% 0.92% -
XYZ 24.57 11.93 78.85 -
YUV 86.97 210.98 157.98 -
System Red Green Blue C M Y K H S L
Decimal 129 37 234 0.45 0.84 0 0.08 268.02 0.82 0.53
Hex 81 25 EA 2D 54 0 8 10C 52 35
Octal 201 45 352 55 124 0 10 414 122 65
Binary 10000001 100101 11101010 101101 1010100 0 1000 100001100 1010010 110101

Color Harmonies of #8125EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8125EA

Black with #8125EA

Text Example


Text Example

White with #8125EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8125EA; }

 p { color: rgb(129,37,234); }

 H1.HeaderClassName
 {
   color: #8125EA;
 }
 .AnyTagClassName
 {
   color: #8125EA;
 }
</style>

background-color css

<style>
 a { background-color: #8125EA; }

 a { background-color: rgb(129,37,234); }

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

border-color css

<style>
 span { border-color: #8125EA; }

 span { border-color: rgb(129,37,234); }

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