Html Css Color HEX #893FDD Blue Violet

📋 copy color: '#893FDD'

red 137 ◦ green 63 ◦ blue 221

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

Shades of Blue Violet #893FDD

Tints of Blue Violet #893FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.49%

R = 32.54%
G = 14.96%
B = 52.49%

CMYK

 C value IS 0.38

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#893FDD (or 0x893FDD) is known color: Blue Violet. HEX triplet: 89, 3F and DD. RGB value is (137,63,221). Sum of RGB (Red+Green+Blue) = 137+63+221=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 63 (25% from 255 or 14.96% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #893FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893FDD is #76C022. Grayscale: #666666. Windows color (decimal): -7782435 or 14499721. OLE color: 14499721.

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

Color convert

RGB 137 63 221 -
CMYK 0.38 0.71 0 0.13
HSL 268.1º 0.7% 0.56% -
HSV(B) 268.1º 0.71% 0.87% -
XYZ 25.15 14.09 69.8 -
YUV 103.14 194.52 152.15 -
System Red Green Blue C M Y K H S L
Decimal 137 63 221 0.38 0.71 0 0.13 268.1 0.7 0.56
Hex 89 3F DD 26 47 0 D 10C 46 38
Octal 211 77 335 46 107 0 15 414 106 70
Binary 10001001 111111 11011101 100110 1000111 0 1101 100001100 1000110 111000

Color Harmonies of #893FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893FDD

Black with #893FDD

Text Example


Text Example

White with #893FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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