Html Css Color HEX #893DE4 Blue Violet

📋 copy color: '#893DE4'

red 137 ◦ green 61 ◦ blue 228

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

Shades of Blue Violet #893DE4

Tints of Blue Violet #893DE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 53.52%

R = 32.16%
G = 14.32%
B = 53.52%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#893DE4 (or 0x893DE4) is known color: Blue Violet. HEX triplet: 89, 3D and E4. RGB value is (137,61,228). Sum of RGB (Red+Green+Blue) = 137+61+228=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 228 (89.45% from 255 or 53.52% from 426); Max value from RGB is 228 - color contains mainly: blue. Hex color #893DE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893DE4 is #76C21B. Grayscale: #666666. Windows color (decimal): -7782940 or 14957961. OLE color: 14957961.

HSL color Cylindrical-coordinate representation of color #893DE4: hue angle of 267.31º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #893DE4 is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 137 61 228 -
CMYK 0.40 0.73 0 0.11
HSL 267.31º 0.76% 0.57% -
HSV(B) 267.31º 0.73% 0.89% -
XYZ 25.99 14.26 74.78 -
YUV 102.76 198.68 152.42 -
System Red Green Blue C M Y K H S L
Decimal 137 61 228 0.40 0.73 0 0.11 267.31 0.76 0.57
Hex 89 3D E4 28 49 0 B 10B 4C 39
Octal 211 75 344 50 111 0 13 413 114 71
Binary 10001001 111101 11100100 101000 1001001 0 1011 100001011 1001100 111001

Color Harmonies of #893DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893DE4

Black with #893DE4

Text Example


Text Example

White with #893DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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