Html Css Color HEX #893BEB Blue Violet

📋 copy color: '#893BEB'

red 137 ◦ green 59 ◦ blue 235

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

Shades of Blue Violet #893BEB

Tints of Blue Violet #893BEB

RGB

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

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

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

R = 31.79%
G = 13.69%
B = 54.52%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#893BEB (or 0x893BEB) is known color: Blue Violet. HEX triplet: 89, 3B and EB. RGB value is (137,59,235). Sum of RGB (Red+Green+Blue) = 137+59+235=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 59 (23.44% from 255 or 13.69% 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 #893BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893BEB is #76C414. Grayscale: #656565. Windows color (decimal): -7783445 or 15416201. OLE color: 15416201.

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

Color convert

RGB 137 59 235 -
CMYK 0.42 0.75 0 0.08
HSL 266.59º 0.81% 0.58% -
HSV(B) 266.59º 0.75% 0.92% -
XYZ 26.88 14.44 79.97 -
YUV 102.39 202.84 152.69 -
System Red Green Blue C M Y K H S L
Decimal 137 59 235 0.42 0.75 0 0.08 266.59 0.81 0.58
Hex 89 3B EB 2A 4B 0 8 10B 51 3A
Octal 211 73 353 52 113 0 10 413 121 72
Binary 10001001 111011 11101011 101010 1001011 0 1000 100001011 1010001 111010

Color Harmonies of #893BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893BEB

Black with #893BEB

Text Example


Text Example

White with #893BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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