Html Css Color HEX #893DDF Blue Violet

📋 copy color: '#893DDF'

red 137 ◦ green 61 ◦ blue 223

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

Shades of Blue Violet #893DDF

Tints of Blue Violet #893DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.97%

R = 32.54%
G = 14.49%
B = 52.97%

CMYK

 C value IS 0.39

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#893DDF (or 0x893DDF) is known color: Blue Violet. HEX triplet: 89, 3D and DF. RGB value is (137,61,223). Sum of RGB (Red+Green+Blue) = 137+61+223=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 61 (24.22% from 255 or 14.49% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #893DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893DDF is #76C220. Grayscale: #656565. Windows color (decimal): -7782945 or 14630281. OLE color: 14630281.

HSL color Cylindrical-coordinate representation of color #893DDF: hue angle of 268.15º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #893DDF is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 61 223 -
CMYK 0.39 0.73 0 0.13
HSL 268.15º 0.72% 0.56% -
HSV(B) 268.15º 0.73% 0.87% -
XYZ 25.3 13.98 71.18 -
YUV 102.19 196.18 152.83 -
System Red Green Blue C M Y K H S L
Decimal 137 61 223 0.39 0.73 0 0.13 268.15 0.72 0.56
Hex 89 3D DF 27 49 0 D 10C 48 38
Octal 211 75 337 47 111 0 15 414 110 70
Binary 10001001 111101 11011111 100111 1001001 0 1101 100001100 1001000 111000

Color Harmonies of #893DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893DDF

Black with #893DDF

Text Example


Text Example

White with #893DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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