Html Css Color HEX #8138EC Blue Violet

📋 copy color: '#8138EC'

red 129 ◦ green 56 ◦ blue 236

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

Shades of Blue Violet #8138EC

Tints of Blue Violet #8138EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 56.06%

R = 30.64%
G = 13.3%
B = 56.06%

CMYK

 C value IS 0.45

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8138EC (or 0x8138EC) is known color: Blue Violet. HEX triplet: 81, 38 and EC. RGB value is (129,56,236). Sum of RGB (Red+Green+Blue) = 129+56+236=421 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.64% from 421); Green value is 56 (22.27% from 255 or 13.30% from 421); Blue value is 236 (92.58% from 255 or 56.06% from 421); Max value from RGB is 236 - color contains mainly: blue. Hex color #8138EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8138EC is #7EC713. Grayscale: #616161. Windows color (decimal): -8308500 or 15480961. OLE color: 15480961.

HSL color Cylindrical-coordinate representation of color #8138EC: hue angle of 264.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8138EC is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 56 236 -
CMYK 0.45 0.76 0 0.07
HSL 264.33º 0.83% 0.57% -
HSV(B) 264.33º 0.76% 0.93% -
XYZ 25.61 13.55 80.62 -
YUV 98.35 205.68 149.86 -
System Red Green Blue C M Y K H S L
Decimal 129 56 236 0.45 0.76 0 0.07 264.33 0.83 0.57
Hex 81 38 EC 2D 4C 0 7 108 53 39
Octal 201 70 354 55 114 0 7 410 123 71
Binary 10000001 111000 11101100 101101 1001100 0 111 100001000 1010011 111001

Color Harmonies of #8138EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8138EC

Black with #8138EC

Text Example


Text Example

White with #8138EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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