Html Css Color HEX #893DFA Blue Violet

📋 copy color: '#893DFA'

red 137 ◦ green 61 ◦ blue 250

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

Shades of Blue Violet #893DFA

Tints of Blue Violet #893DFA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.62%

 BLUE value IS 250 (98.05% from 255) = 55.8%

R = 30.58%
G = 13.62%
B = 55.8%

CMYK

 C value IS 0.45

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#893DFA (or 0x893DFA) is known color: Blue Violet. HEX triplet: 89, 3D and FA. RGB value is (137,61,250). Sum of RGB (Red+Green+Blue) = 137+61+250=448 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.58% from 448); Green value is 61 (24.22% from 255 or 13.62% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #893DFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893DFA is #76C205. Grayscale: #686868. Windows color (decimal): -7782918 or 16399753. OLE color: 16399753.

HSL color Cylindrical-coordinate representation of color #893DFA: hue angle of 264.13º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #893DFA is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 137 61 250 -
CMYK 0.45 0.76 0 0.02
HSL 264.13º 0.95% 0.61% -
HSV(B) 264.13º 0.76% 0.98% -
XYZ 29.24 15.56 91.9 -
YUV 105.27 209.68 150.63 -
System Red Green Blue C M Y K H S L
Decimal 137 61 250 0.45 0.76 0 0.02 264.13 0.95 0.61
Hex 89 3D FA 2D 4C 0 2 108 5F 3D
Octal 211 75 372 55 114 0 2 410 137 75
Binary 10001001 111101 11111010 101101 1001100 0 10 100001000 1011111 111101

Color Harmonies of #893DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893DFA

Black with #893DFA

Text Example


Text Example

White with #893DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,61,250); }

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

background-color css

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

 a { background-color: rgb(137,61,250); }

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

border-color css

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

 span { border-color: rgb(137,61,250); }

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