Html Css Color HEX #893CDC Blue Violet

📋 copy color: '#893CDC'

red 137 ◦ green 60 ◦ blue 220

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

Shades of Blue Violet #893CDC

Tints of Blue Violet #893CDC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.39%

 BLUE value IS 220 (86.33% from 255) = 52.76%

R = 32.85%
G = 14.39%
B = 52.76%

CMYK

 C value IS 0.38

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#893CDC (or 0x893CDC) is known color: Blue Violet. HEX triplet: 89, 3C and DC. RGB value is (137,60,220). Sum of RGB (Red+Green+Blue) = 137+60+220=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 60 (23.83% from 255 or 14.39% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #893CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893CDC is #76C323. Grayscale: #646464. Windows color (decimal): -7783204 or 14433417. OLE color: 14433417.

HSL color Cylindrical-coordinate representation of color #893CDC: hue angle of 268.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #893CDC is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 60 220 -
CMYK 0.38 0.73 0 0.14
HSL 268.88º 0.7% 0.55% -
HSV(B) 268.88º 0.73% 0.86% -
XYZ 24.85 13.72 69.05 -
YUV 101.26 195.01 153.49 -
System Red Green Blue C M Y K H S L
Decimal 137 60 220 0.38 0.73 0 0.14 268.88 0.7 0.55
Hex 89 3C DC 26 49 0 E 10D 46 37
Octal 211 74 334 46 111 0 16 415 106 67
Binary 10001001 111100 11011100 100110 1001001 0 1110 100001101 1000110 110111

Color Harmonies of #893CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893CDC

Black with #893CDC

Text Example


Text Example

White with #893CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,60,220); }

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

background-color css

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

 a { background-color: rgb(137,60,220); }

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

border-color css

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

 span { border-color: rgb(137,60,220); }

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