Html Css Color HEX #890DFA Blue Violet

📋 copy color: '#890DFA'

red 137 ◦ green 13 ◦ blue 250

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

Shades of Blue Violet #890DFA

Tints of Blue Violet #890DFA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.25%

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

R = 34.25%
G = 3.25%
B = 62.5%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#890DFA (or 0x890DFA) is known color: Blue Violet. HEX triplet: 89, 0D and FA. RGB value is (137,13,250). Sum of RGB (Red+Green+Blue) = 137+13+250=400 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.25% from 400); Green value is 13 (5.47% from 255 or 3.25% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #890DFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890DFA is #76F205. Grayscale: #4C4C4C. Windows color (decimal): -7795206 or 16387465. OLE color: 16387465.

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

Color convert

RGB 137 13 250 -
CMYK 0.45 0.95 0 0.02
HSL 271.39º 0.96% 0.52% -
HSV(B) 271.39º 0.95% 0.98% -
XYZ 27.72 12.51 91.4 -
YUV 77.09 225.58 170.73 -
System Red Green Blue C M Y K H S L
Decimal 137 13 250 0.45 0.95 0 0.02 271.39 0.96 0.52
Hex 89 D FA 2D 5F 0 2 10F 60 34
Octal 211 15 372 55 137 0 2 417 140 64
Binary 10001001 1101 11111010 101101 1011111 0 10 100001111 1100000 110100

Color Harmonies of #890DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890DFA

Black with #890DFA

Text Example


Text Example

White with #890DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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