Html Css Color HEX #893DDC Blue Violet

📋 copy color: '#893DDC'

red 137 ◦ green 61 ◦ blue 220

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

Shades of Blue Violet #893DDC

Tints of Blue Violet #893DDC

RGB

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

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

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

R = 32.78%
G = 14.59%
B = 52.63%

CMYK

 C value IS 0.38

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#893DDC (or 0x893DDC) is known color: Blue Violet. HEX triplet: 89, 3D and DC. RGB value is (137,61,220). Sum of RGB (Red+Green+Blue) = 137+61+220=418 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.78% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #893DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893DDC is #76C223. Grayscale: #656565. Windows color (decimal): -7782948 or 14433673. OLE color: 14433673.

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

Color convert

RGB 137 61 220 -
CMYK 0.38 0.72 0 0.14
HSL 268.68º 0.69% 0.55% -
HSV(B) 268.68º 0.72% 0.86% -
XYZ 24.9 13.82 69.07 -
YUV 101.85 194.68 153.07 -
System Red Green Blue C M Y K H S L
Decimal 137 61 220 0.38 0.72 0 0.14 268.68 0.69 0.55
Hex 89 3D DC 26 48 0 E 10D 45 37
Octal 211 75 334 46 110 0 16 415 105 67
Binary 10001001 111101 11011100 100110 1001000 0 1110 100001101 1000101 110111

Color Harmonies of #893DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893DDC

Black with #893DDC

Text Example


Text Example

White with #893DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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