Html Css Color HEX #893CFC Blue Violet

📋 copy color: '#893CFC'

red 137 ◦ green 60 ◦ blue 252

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

Shades of Blue Violet #893CFC

Tints of Blue Violet #893CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.12%

R = 30.51%
G = 13.36%
B = 56.12%

CMYK

 C value IS 0.46

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#893CFC (or 0x893CFC) is known color: Blue Violet. HEX triplet: 89, 3C and FC. RGB value is (137,60,252). Sum of RGB (Red+Green+Blue) = 137+60+252=449 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.51% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #893CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893CFC is #76C303. Grayscale: #686868. Windows color (decimal): -7783172 or 16530569. OLE color: 16530569.

HSL color Cylindrical-coordinate representation of color #893CFC: hue angle of 264.06º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #893CFC is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 137 60 252 -
CMYK 0.46 0.76 0 0.01
HSL 264.06º 0.97% 0.61% -
HSV(B) 264.06º 0.76% 0.99% -
XYZ 29.5 15.58 93.55 -
YUV 104.91 211.01 150.89 -
System Red Green Blue C M Y K H S L
Decimal 137 60 252 0.46 0.76 0 0.01 264.06 0.97 0.61
Hex 89 3C FC 2E 4C 0 1 108 61 3D
Octal 211 74 374 56 114 0 1 410 141 75
Binary 10001001 111100 11111100 101110 1001100 0 1 100001000 1100001 111101

Color Harmonies of #893CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893CFC

Black with #893CFC

Text Example


Text Example

White with #893CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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