Html Css Color HEX #883CEB Blue Violet

📋 copy color: '#883CEB'

red 136 ◦ green 60 ◦ blue 235

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

Shades of Blue Violet #883CEB

Tints of Blue Violet #883CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.52%

R = 31.55%
G = 13.92%
B = 54.52%

CMYK

 C value IS 0.42

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#883CEB (or 0x883CEB) is known color: Blue Violet. HEX triplet: 88, 3C and EB. RGB value is (136,60,235). Sum of RGB (Red+Green+Blue) = 136+60+235=431 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.55% from 431); Green value is 60 (23.83% from 255 or 13.92% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #883CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883CEB is #77C314. Grayscale: #666666. Windows color (decimal): -7848725 or 15416456. OLE color: 15416456.

HSL color Cylindrical-coordinate representation of color #883CEB: hue angle of 266.06º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #883CEB is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 136 60 235 -
CMYK 0.42 0.74 0 0.08
HSL 266.06º 0.81% 0.58% -
HSV(B) 266.06º 0.74% 0.92% -
XYZ 26.76 14.46 79.98 -
YUV 102.67 202.68 151.77 -
System Red Green Blue C M Y K H S L
Decimal 136 60 235 0.42 0.74 0 0.08 266.06 0.81 0.58
Hex 88 3C EB 2A 4A 0 8 10A 51 3A
Octal 210 74 353 52 112 0 10 412 121 72
Binary 10001000 111100 11101011 101010 1001010 0 1000 100001010 1010001 111010

Color Harmonies of #883CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883CEB

Black with #883CEB

Text Example


Text Example

White with #883CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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