Html Css Color HEX #890DCF Dark Violet

📋 copy color: '#890DCF'

red 137 ◦ green 13 ◦ blue 207

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

Shades of Dark Violet #890DCF

Tints of Dark Violet #890DCF

RGB

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

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

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

R = 38.38%
G = 3.64%
B = 57.98%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#890DCF (or 0x890DCF) is known color: Dark Violet. HEX triplet: 89, 0D and CF. RGB value is (137,13,207). Sum of RGB (Red+Green+Blue) = 137+13+207=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 13 (5.47% from 255 or 3.64% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #890DCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890DCF is #76F230. Grayscale: #474747. Windows color (decimal): -7795249 or 13569417. OLE color: 13569417.

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

Color convert

RGB 137 13 207 -
CMYK 0.34 0.94 0 0.19
HSL 278.35º 0.88% 0.43% -
HSV(B) 278.35º 0.94% 0.81% -
XYZ 21.72 10.11 59.84 -
YUV 72.19 204.08 174.23 -
System Red Green Blue C M Y K H S L
Decimal 137 13 207 0.34 0.94 0 0.19 278.35 0.88 0.43
Hex 89 D CF 22 5E 0 13 116 58 2B
Octal 211 15 317 42 136 0 23 426 130 53
Binary 10001001 1101 11001111 100010 1011110 0 10011 100010110 1011000 101011

Color Harmonies of #890DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890DCF

Black with #890DCF

Text Example


Text Example

White with #890DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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