Html Css Color HEX #8138EF Blue Violet

📋 copy color: '#8138EF'

red 129 ◦ green 56 ◦ blue 239

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

Shades of Blue Violet #8138EF

Tints of Blue Violet #8138EF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.21%

 BLUE value IS 239 (93.75% from 255) = 56.37%

R = 30.42%
G = 13.21%
B = 56.37%

CMYK

 C value IS 0.46

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8138EF (or 0x8138EF) is known color: Blue Violet. HEX triplet: 81, 38 and EF. RGB value is (129,56,239). Sum of RGB (Red+Green+Blue) = 129+56+239=424 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.42% from 424); Green value is 56 (22.27% from 255 or 13.21% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #8138EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8138EF is #7EC710. Grayscale: #626262. Windows color (decimal): -8308497 or 15677569. OLE color: 15677569.

HSL color Cylindrical-coordinate representation of color #8138EF: hue angle of 263.93º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8138EF is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 129 56 239 -
CMYK 0.46 0.77 0 0.06
HSL 263.93º 0.85% 0.58% -
HSV(B) 263.93º 0.77% 0.94% -
XYZ 26.05 13.73 82.94 -
YUV 98.69 207.18 149.62 -
System Red Green Blue C M Y K H S L
Decimal 129 56 239 0.46 0.77 0 0.06 263.93 0.85 0.58
Hex 81 38 EF 2E 4D 0 6 108 55 3A
Octal 201 70 357 56 115 0 6 410 125 72
Binary 10000001 111000 11101111 101110 1001101 0 110 100001000 1010101 111010

Color Harmonies of #8138EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8138EF

Black with #8138EF

Text Example


Text Example

White with #8138EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8138EF; }

 p { color: rgb(129,56,239); }

 H1.HeaderClassName
 {
   color: #8138EF;
 }
 .AnyTagClassName
 {
   color: #8138EF;
 }
</style>

background-color css

<style>
 a { background-color: #8138EF; }

 a { background-color: rgb(129,56,239); }

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

border-color css

<style>
 span { border-color: #8138EF; }

 span { border-color: rgb(129,56,239); }

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