Html Css Color HEX #893FDE Blue Violet

📋 copy color: '#893FDE'

red 137 ◦ green 63 ◦ blue 222

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

Shades of Blue Violet #893FDE

Tints of Blue Violet #893FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.61%

R = 32.46%
G = 14.93%
B = 52.61%

CMYK

 C value IS 0.38

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#893FDE (or 0x893FDE) is known color: Blue Violet. HEX triplet: 89, 3F and DE. RGB value is (137,63,222). Sum of RGB (Red+Green+Blue) = 137+63+222=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #893FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893FDE is #76C021. Grayscale: #666666. Windows color (decimal): -7782434 or 14565257. OLE color: 14565257.

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

Color convert

RGB 137 63 222 -
CMYK 0.38 0.72 0 0.13
HSL 267.92º 0.71% 0.56% -
HSV(B) 267.92º 0.72% 0.87% -
XYZ 25.28 14.15 70.51 -
YUV 103.25 195.02 152.07 -
System Red Green Blue C M Y K H S L
Decimal 137 63 222 0.38 0.72 0 0.13 267.92 0.71 0.56
Hex 89 3F DE 26 48 0 D 10C 47 38
Octal 211 77 336 46 110 0 15 414 107 70
Binary 10001001 111111 11011110 100110 1001000 0 1101 100001100 1000111 111000

Color Harmonies of #893FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893FDE

Black with #893FDE

Text Example


Text Example

White with #893FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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