Html Css Color HEX #893FD5 Blue Violet

📋 copy color: '#893FD5'

red 137 ◦ green 63 ◦ blue 213

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

Shades of Blue Violet #893FD5

Tints of Blue Violet #893FD5

RGB

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

 GREEN value IS 63 (25% from 255) = 15.25%

 BLUE value IS 213 (83.59% from 255) = 51.57%

R = 33.17%
G = 15.25%
B = 51.57%

CMYK

 C value IS 0.36

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#893FD5 (or 0x893FD5) is known color: Blue Violet. HEX triplet: 89, 3F and D5. RGB value is (137,63,213). Sum of RGB (Red+Green+Blue) = 137+63+213=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 213 (83.59% from 255 or 51.57% from 413); Max value from RGB is 213 - color contains mainly: blue. Hex color #893FD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893FD5 is #76C02A. Grayscale: #656565. Windows color (decimal): -7782443 or 13975433. OLE color: 13975433.

HSL color Cylindrical-coordinate representation of color #893FD5: hue angle of 269.6º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #893FD5 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 137 63 213 -
CMYK 0.36 0.70 0 0.16
HSL 269.6º 0.64% 0.54% -
HSV(B) 269.6º 0.7% 0.84% -
XYZ 24.1 13.68 64.32 -
YUV 102.23 190.52 152.8 -
System Red Green Blue C M Y K H S L
Decimal 137 63 213 0.36 0.70 0 0.16 269.6 0.64 0.54
Hex 89 3F D5 24 46 0 10 10E 40 36
Octal 211 77 325 44 106 0 20 416 100 66
Binary 10001001 111111 11010101 100100 1000110 0 10000 100001110 1000000 110110

Color Harmonies of #893FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893FD5

Black with #893FD5

Text Example


Text Example

White with #893FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,63,213); }

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

background-color css

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

 a { background-color: rgb(137,63,213); }

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

border-color css

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

 span { border-color: rgb(137,63,213); }

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