Html Css Color HEX #893CF2 Blue Violet

📋 copy color: '#893CF2'

red 137 ◦ green 60 ◦ blue 242

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

Shades of Blue Violet #893CF2

Tints of Blue Violet #893CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 55.13%

R = 31.21%
G = 13.67%
B = 55.13%

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

#893CF2 (or 0x893CF2) is known color: Blue Violet. HEX triplet: 89, 3C and F2. RGB value is (137,60,242). Sum of RGB (Red+Green+Blue) = 137+60+242=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 60 (23.83% from 255 or 13.67% from 439); Blue value is 242 (94.92% from 255 or 55.13% from 439); Max value from RGB is 242 - color contains mainly: blue. Hex color #893CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893CF2 is #76C30D. Grayscale: #676767. Windows color (decimal): -7783182 or 15875209. OLE color: 15875209.

HSL color Cylindrical-coordinate representation of color #893CF2: hue angle of 265.38º degrees, saturation: 0.88, 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 #893CF2 is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 137 60 242 -
CMYK 0.43 0.75 0 0.05
HSL 265.38º 0.88% 0.59% -
HSV(B) 265.38º 0.75% 0.95% -
XYZ 27.96 14.96 85.42 -
YUV 103.77 206.01 151.7 -
System Red Green Blue C M Y K H S L
Decimal 137 60 242 0.43 0.75 0 0.05 265.38 0.88 0.59
Hex 89 3C F2 2B 4B 0 5 109 58 3B
Octal 211 74 362 53 113 0 5 411 130 73
Binary 10001001 111100 11110010 101011 1001011 0 101 100001001 1011000 111011

Color Harmonies of #893CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893CF2

Black with #893CF2

Text Example


Text Example

White with #893CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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