Html Css Color HEX #883AEE Blue Violet

📋 copy color: '#883AEE'

red 136 ◦ green 58 ◦ blue 238

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

Shades of Blue Violet #883AEE

Tints of Blue Violet #883AEE

RGB

 RED value IS 136 (53.52% from 255) = 31.48%

 GREEN value IS 58 (23.05% from 255) = 13.43%

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

R = 31.48%
G = 13.43%
B = 55.09%

CMYK

 C value IS 0.43

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#883AEE (or 0x883AEE) is known color: Blue Violet. HEX triplet: 88, 3A and EE. RGB value is (136,58,238). Sum of RGB (Red+Green+Blue) = 136+58+238=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 58 (23.05% from 255 or 13.43% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #883AEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883AEE is #77C511. Grayscale: #656565. Windows color (decimal): -7849234 or 15612552. OLE color: 15612552.

HSL color Cylindrical-coordinate representation of color #883AEE: hue angle of 266º 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 #883AEE is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 136 58 238 -
CMYK 0.43 0.76 0 0.07
HSL 266º 0.84% 0.58% -
HSV(B) 266º 0.76% 0.93% -
XYZ 27.1 14.43 82.25 -
YUV 101.84 204.84 152.36 -
System Red Green Blue C M Y K H S L
Decimal 136 58 238 0.43 0.76 0 0.07 266 0.84 0.58
Hex 88 3A EE 2B 4C 0 7 10A 54 3A
Octal 210 72 356 53 114 0 7 412 124 72
Binary 10001000 111010 11101110 101011 1001100 0 111 100001010 1010100 111010

Color Harmonies of #883AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883AEE

Black with #883AEE

Text Example


Text Example

White with #883AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883AEE; }

 p { color: rgb(136,58,238); }

 H1.HeaderClassName
 {
   color: #883AEE;
 }
 .AnyTagClassName
 {
   color: #883AEE;
 }
</style>

background-color css

<style>
 a { background-color: #883AEE; }

 a { background-color: rgb(136,58,238); }

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

border-color css

<style>
 span { border-color: #883AEE; }

 span { border-color: rgb(136,58,238); }

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