Html Css Color HEX #893CEB Blue Violet

📋 copy color: '#893CEB'

red 137 ◦ green 60 ◦ blue 235

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

Shades of Blue Violet #893CEB

Tints of Blue Violet #893CEB

RGB

 RED value IS 137 (53.91% from 255) = 31.71%

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

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

R = 31.71%
G = 13.89%
B = 54.4%

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

#893CEB (or 0x893CEB) is known color: Blue Violet. HEX triplet: 89, 3C and EB. RGB value is (137,60,235). Sum of RGB (Red+Green+Blue) = 137+60+235=432 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.71% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #893CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893CEB is #76C314. Grayscale: #666666. Windows color (decimal): -7783189 or 15416457. OLE color: 15416457.

HSL color Cylindrical-coordinate representation of color #893CEB: hue angle of 266.4º 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 #893CEB is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 137 60 235 -
CMYK 0.42 0.74 0 0.08
HSL 266.4º 0.81% 0.58% -
HSV(B) 266.4º 0.74% 0.92% -
XYZ 26.93 14.55 79.99 -
YUV 102.97 202.51 152.27 -
System Red Green Blue C M Y K H S L
Decimal 137 60 235 0.42 0.74 0 0.08 266.4 0.81 0.58
Hex 89 3C EB 2A 4A 0 8 10A 51 3A
Octal 211 74 353 52 112 0 10 412 121 72
Binary 10001001 111100 11101011 101010 1001010 0 1000 100001010 1010001 111010

Color Harmonies of #893CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893CEB

Black with #893CEB

Text Example


Text Example

White with #893CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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