Html Css Color HEX #883CEC Blue Violet

📋 copy color: '#883CEC'

red 136 ◦ green 60 ◦ blue 236

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

Shades of Blue Violet #883CEC

Tints of Blue Violet #883CEC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.89%

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

R = 31.48%
G = 13.89%
B = 54.63%

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

#883CEC (or 0x883CEC) is known color: Blue Violet. HEX triplet: 88, 3C and EC. RGB value is (136,60,236). Sum of RGB (Red+Green+Blue) = 136+60+236=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #883CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883CEC is #77C313. Grayscale: #666666. Windows color (decimal): -7848724 or 15481992. OLE color: 15481992.

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

Color convert

RGB 136 60 236 -
CMYK 0.42 0.75 0 0.07
HSL 265.91º 0.82% 0.58% -
HSV(B) 265.91º 0.75% 0.93% -
XYZ 26.91 14.52 80.74 -
YUV 102.79 203.18 151.69 -
System Red Green Blue C M Y K H S L
Decimal 136 60 236 0.42 0.75 0 0.07 265.91 0.82 0.58
Hex 88 3C EC 2A 4B 0 7 10A 52 3A
Octal 210 74 354 52 113 0 7 412 122 72
Binary 10001000 111100 11101100 101010 1001011 0 111 100001010 1010010 111010

Color Harmonies of #883CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883CEC

Black with #883CEC

Text Example


Text Example

White with #883CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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