Html Css Color HEX #893DEE Blue Violet

📋 copy color: '#893DEE'

red 137 ◦ green 61 ◦ blue 238

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

Shades of Blue Violet #893DEE

Tints of Blue Violet #893DEE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.99%

 BLUE value IS 238 (93.36% from 255) = 54.59%

R = 31.42%
G = 13.99%
B = 54.59%

CMYK

 C value IS 0.42

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#893DEE (or 0x893DEE) is known color: Blue Violet. HEX triplet: 89, 3D and EE. RGB value is (137,61,238). Sum of RGB (Red+Green+Blue) = 137+61+238=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 61 (24.22% from 255 or 13.99% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #893DEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893DEE is #76C211. Grayscale: #676767. Windows color (decimal): -7782930 or 15613321. OLE color: 15613321.

HSL color Cylindrical-coordinate representation of color #893DEE: hue angle of 265.76º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #893DEE is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 61 238 -
CMYK 0.42 0.74 0 0.07
HSL 265.76º 0.84% 0.59% -
HSV(B) 265.76º 0.74% 0.93% -
XYZ 27.42 14.83 82.31 -
YUV 103.9 203.68 151.61 -
System Red Green Blue C M Y K H S L
Decimal 137 61 238 0.42 0.74 0 0.07 265.76 0.84 0.59
Hex 89 3D EE 2A 4A 0 7 10A 54 3B
Octal 211 75 356 52 112 0 7 412 124 73
Binary 10001001 111101 11101110 101010 1001010 0 111 100001010 1010100 111011

Color Harmonies of #893DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893DEE

Black with #893DEE

Text Example


Text Example

White with #893DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,61,238); }

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

background-color css

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

 a { background-color: rgb(137,61,238); }

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

border-color css

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

 span { border-color: rgb(137,61,238); }

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