Html Css Color HEX #8138EE Blue Violet

📋 copy color: '#8138EE'

red 129 ◦ green 56 ◦ blue 238

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

Shades of Blue Violet #8138EE

Tints of Blue Violet #8138EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.26%

R = 30.5%
G = 13.24%
B = 56.26%

CMYK

 C value IS 0.46

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8138EE (or 0x8138EE) is known color: Blue Violet. HEX triplet: 81, 38 and EE. RGB value is (129,56,238). Sum of RGB (Red+Green+Blue) = 129+56+238=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #8138EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8138EE is #7EC711. Grayscale: #616161. Windows color (decimal): -8308498 or 15612033. OLE color: 15612033.

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

Color convert

RGB 129 56 238 -
CMYK 0.46 0.76 0 0.07
HSL 264.07º 0.84% 0.58% -
HSV(B) 264.07º 0.76% 0.93% -
XYZ 25.9 13.67 82.16 -
YUV 98.58 206.68 149.7 -
System Red Green Blue C M Y K H S L
Decimal 129 56 238 0.46 0.76 0 0.07 264.07 0.84 0.58
Hex 81 38 EE 2E 4C 0 7 108 54 3A
Octal 201 70 356 56 114 0 7 410 124 72
Binary 10000001 111000 11101110 101110 1001100 0 111 100001000 1010100 111010

Color Harmonies of #8138EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8138EE

Black with #8138EE

Text Example


Text Example

White with #8138EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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