Html Css Color HEX #893BED Blue Violet

📋 copy color: '#893BED'

red 137 ◦ green 59 ◦ blue 237

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

Shades of Blue Violet #893BED

Tints of Blue Violet #893BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.73%

R = 31.64%
G = 13.63%
B = 54.73%

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

#893BED (or 0x893BED) is known color: Blue Violet. HEX triplet: 89, 3B and ED. RGB value is (137,59,237). Sum of RGB (Red+Green+Blue) = 137+59+237=433 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.64% from 433); Green value is 59 (23.44% from 255 or 13.63% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #893BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893BED is #76C412. Grayscale: #656565. Windows color (decimal): -7783443 or 15547273. OLE color: 15547273.

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

Color convert

RGB 137 59 237 -
CMYK 0.42 0.75 0 0.07
HSL 266.29º 0.83% 0.58% -
HSV(B) 266.29º 0.75% 0.93% -
XYZ 27.17 14.56 81.5 -
YUV 102.61 203.84 152.53 -
System Red Green Blue C M Y K H S L
Decimal 137 59 237 0.42 0.75 0 0.07 266.29 0.83 0.58
Hex 89 3B ED 2A 4B 0 7 10A 53 3A
Octal 211 73 355 52 113 0 7 412 123 72
Binary 10001001 111011 11101101 101010 1001011 0 111 100001010 1010011 111010

Color Harmonies of #893BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893BED

Black with #893BED

Text Example


Text Example

White with #893BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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