Html Css Color HEX #883CE0 Blue Violet

📋 copy color: '#883CE0'

red 136 ◦ green 60 ◦ blue 224

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

Shades of Blue Violet #883CE0

Tints of Blue Violet #883CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 53.33%

R = 32.38%
G = 14.29%
B = 53.33%

CMYK

 C value IS 0.39

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#883CE0 (or 0x883CE0) is known color: Blue Violet. HEX triplet: 88, 3C and E0. RGB value is (136,60,224). Sum of RGB (Red+Green+Blue) = 136+60+224=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 60 (23.83% from 255 or 14.29% from 420); Blue value is 224 (87.89% from 255 or 53.33% from 420); Max value from RGB is 224 - color contains mainly: blue. Hex color #883CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883CE0 is #77C31F. Grayscale: #646464. Windows color (decimal): -7848736 or 14695560. OLE color: 14695560.

HSL color Cylindrical-coordinate representation of color #883CE0: hue angle of 267.8º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #883CE0 is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 136 60 224 -
CMYK 0.39 0.73 0 0.12
HSL 267.8º 0.73% 0.56% -
HSV(B) 267.8º 0.73% 0.88% -
XYZ 25.22 13.85 71.86 -
YUV 101.42 197.18 152.66 -
System Red Green Blue C M Y K H S L
Decimal 136 60 224 0.39 0.73 0 0.12 267.8 0.73 0.56
Hex 88 3C E0 27 49 0 C 10C 49 38
Octal 210 74 340 47 111 0 14 414 111 70
Binary 10001000 111100 11100000 100111 1001001 0 1100 100001100 1001001 111000

Color Harmonies of #883CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883CE0

Black with #883CE0

Text Example


Text Example

White with #883CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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