Html Css Color HEX #883BEC Blue Violet

📋 copy color: '#883BEC'

red 136 ◦ green 59 ◦ blue 236

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

Shades of Blue Violet #883BEC

Tints of Blue Violet #883BEC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.69%

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

R = 31.55%
G = 13.69%
B = 54.76%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#883BEC (or 0x883BEC) is known color: Blue Violet. HEX triplet: 88, 3B and EC. RGB value is (136,59,236). Sum of RGB (Red+Green+Blue) = 136+59+236=431 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.55% from 431); Green value is 59 (23.44% from 255 or 13.69% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #883BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883BEC is #77C413. Grayscale: #656565. Windows color (decimal): -7848980 or 15481736. OLE color: 15481736.

HSL color Cylindrical-coordinate representation of color #883BEC: hue angle of 266.1º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #883BEC is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 136 59 236 -
CMYK 0.42 0.75 0 0.07
HSL 266.1º 0.82% 0.58% -
HSV(B) 266.1º 0.75% 0.93% -
XYZ 26.86 14.42 80.72 -
YUV 102.2 203.51 152.11 -
System Red Green Blue C M Y K H S L
Decimal 136 59 236 0.42 0.75 0 0.07 266.1 0.82 0.58
Hex 88 3B EC 2A 4B 0 7 10A 52 3A
Octal 210 73 354 52 113 0 7 412 122 72
Binary 10001000 111011 11101100 101010 1001011 0 111 100001010 1010010 111010

Color Harmonies of #883BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883BEC

Black with #883BEC

Text Example


Text Example

White with #883BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,59,236); }

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

background-color css

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

 a { background-color: rgb(136,59,236); }

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

border-color css

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

 span { border-color: rgb(136,59,236); }

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