Html Css Color HEX #893DDA Blue Violet

📋 copy color: '#893DDA'

red 137 ◦ green 61 ◦ blue 218

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

Shades of Blue Violet #893DDA

Tints of Blue Violet #893DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.4%

R = 32.93%
G = 14.66%
B = 52.4%

CMYK

 C value IS 0.37

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#893DDA (or 0x893DDA) is known color: Blue Violet. HEX triplet: 89, 3D and DA. RGB value is (137,61,218). Sum of RGB (Red+Green+Blue) = 137+61+218=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #893DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893DDA is #76C225. Grayscale: #656565. Windows color (decimal): -7782950 or 14302601. OLE color: 14302601.

HSL color Cylindrical-coordinate representation of color #893DDA: hue angle of 269.04º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #893DDA is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 137 61 218 -
CMYK 0.37 0.72 0 0.15
HSL 269.04º 0.68% 0.55% -
HSV(B) 269.04º 0.72% 0.85% -
XYZ 24.64 13.72 67.68 -
YUV 101.62 193.68 153.23 -
System Red Green Blue C M Y K H S L
Decimal 137 61 218 0.37 0.72 0 0.15 269.04 0.68 0.55
Hex 89 3D DA 25 48 0 F 10D 44 37
Octal 211 75 332 45 110 0 17 415 104 67
Binary 10001001 111101 11011010 100101 1001000 0 1111 100001101 1000100 110111

Color Harmonies of #893DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893DDA

Black with #893DDA

Text Example


Text Example

White with #893DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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