Html Css Color HEX #893BFA Blue Violet

📋 copy color: '#893BFA'

red 137 ◦ green 59 ◦ blue 250

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

Shades of Blue Violet #893BFA

Tints of Blue Violet #893BFA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.23%

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

R = 30.72%
G = 13.23%
B = 56.05%

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

#893BFA (or 0x893BFA) is known color: Blue Violet. HEX triplet: 89, 3B and FA. RGB value is (137,59,250). Sum of RGB (Red+Green+Blue) = 137+59+250=446 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.72% from 446); Green value is 59 (23.44% from 255 or 13.23% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #893BFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893BFA is #76C405. Grayscale: #676767. Windows color (decimal): -7783430 or 16399241. OLE color: 16399241.

HSL color Cylindrical-coordinate representation of color #893BFA: hue angle of 264.5º 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 #893BFA is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 137 59 250 -
CMYK 0.45 0.76 0 0.02
HSL 264.5º 0.95% 0.61% -
HSV(B) 264.5º 0.76% 0.98% -
XYZ 29.14 15.35 91.87 -
YUV 104.1 210.34 151.47 -
System Red Green Blue C M Y K H S L
Decimal 137 59 250 0.45 0.76 0 0.02 264.5 0.95 0.61
Hex 89 3B FA 2D 4C 0 2 109 5F 3D
Octal 211 73 372 55 114 0 2 411 137 75
Binary 10001001 111011 11111010 101101 1001100 0 10 100001001 1011111 111101

Color Harmonies of #893BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893BFA

Black with #893BFA

Text Example


Text Example

White with #893BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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