Html Css Color HEX #890FCF Dark Violet

📋 copy color: '#890FCF'

red 137 ◦ green 15 ◦ blue 207

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

Shades of Dark Violet #890FCF

Tints of Dark Violet #890FCF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.18%

 BLUE value IS 207 (81.25% from 255) = 57.66%

R = 38.16%
G = 4.18%
B = 57.66%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#890FCF (or 0x890FCF) is known color: Dark Violet. HEX triplet: 89, 0F and CF. RGB value is (137,15,207). Sum of RGB (Red+Green+Blue) = 137+15+207=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 15 (6.25% from 255 or 4.18% from 359); Blue value is 207 (81.25% from 255 or 57.66% from 359); Max value from RGB is 207 - color contains mainly: blue. Hex color #890FCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890FCF is #76F030. Grayscale: #484848. Windows color (decimal): -7794737 or 13569929. OLE color: 13569929.

HSL color Cylindrical-coordinate representation of color #890FCF: hue angle of 278.12º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890FCF is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 15 207 -
CMYK 0.34 0.93 0 0.19
HSL 278.13º 0.86% 0.44% -
HSV(B) 278.13º 0.93% 0.81% -
XYZ 21.75 10.17 59.85 -
YUV 73.37 203.42 173.39 -
System Red Green Blue C M Y K H S L
Decimal 137 15 207 0.34 0.93 0 0.19 278.13 0.86 0.44
Hex 89 F CF 22 5D 0 13 116 56 2C
Octal 211 17 317 42 135 0 23 426 126 54
Binary 10001001 1111 11001111 100010 1011101 0 10011 100010110 1010110 101100

Color Harmonies of #890FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890FCF

Black with #890FCF

Text Example


Text Example

White with #890FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,15,207); }

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

background-color css

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

 a { background-color: rgb(137,15,207); }

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

border-color css

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

 span { border-color: rgb(137,15,207); }

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