Html Css Color HEX #893CF1 Blue Violet

📋 copy color: '#893CF1'

red 137 ◦ green 60 ◦ blue 241

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

Shades of Blue Violet #893CF1

Tints of Blue Violet #893CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 55.02%

R = 31.28%
G = 13.7%
B = 55.02%

CMYK

 C value IS 0.43

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#893CF1 (or 0x893CF1) is known color: Blue Violet. HEX triplet: 89, 3C and F1. RGB value is (137,60,241). Sum of RGB (Red+Green+Blue) = 137+60+241=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 241 (94.53% from 255 or 55.02% from 438); Max value from RGB is 241 - color contains mainly: blue. Hex color #893CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893CF1 is #76C30E. Grayscale: #676767. Windows color (decimal): -7783183 or 15809673. OLE color: 15809673.

HSL color Cylindrical-coordinate representation of color #893CF1: hue angle of 265.52º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #893CF1 is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 137 60 241 -
CMYK 0.43 0.75 0 0.05
HSL 265.52º 0.87% 0.59% -
HSV(B) 265.52º 0.75% 0.95% -
XYZ 27.81 14.9 84.63 -
YUV 103.66 205.51 151.78 -
System Red Green Blue C M Y K H S L
Decimal 137 60 241 0.43 0.75 0 0.05 265.52 0.87 0.59
Hex 89 3C F1 2B 4B 0 5 10A 57 3B
Octal 211 74 361 53 113 0 5 412 127 73
Binary 10001001 111100 11110001 101011 1001011 0 101 100001010 1010111 111011

Color Harmonies of #893CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893CF1

Black with #893CF1

Text Example


Text Example

White with #893CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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