Html Css Color HEX #890FCC Dark Violet

📋 copy color: '#890FCC'

red 137 ◦ green 15 ◦ blue 204

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

Shades of Dark Violet #890FCC

Tints of Dark Violet #890FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.3%

R = 38.48%
G = 4.21%
B = 57.3%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#890FCC (or 0x890FCC) is known color: Dark Violet. HEX triplet: 89, 0F and CC. RGB value is (137,15,204). Sum of RGB (Red+Green+Blue) = 137+15+204=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #890FCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890FCC is #76F033. Grayscale: #484848. Windows color (decimal): -7794740 or 13373321. OLE color: 13373321.

HSL color Cylindrical-coordinate representation of color #890FCC: hue angle of 278.73º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890FCC is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 137 15 204 -
CMYK 0.33 0.93 0 0.2
HSL 278.73º 0.86% 0.43% -
HSV(B) 278.73º 0.93% 0.8% -
XYZ 21.39 10.02 57.93 -
YUV 73.02 201.92 173.63 -
System Red Green Blue C M Y K H S L
Decimal 137 15 204 0.33 0.93 0 0.2 278.73 0.86 0.43
Hex 89 F CC 21 5D 0 14 117 56 2B
Octal 211 17 314 41 135 0 24 427 126 53
Binary 10001001 1111 11001100 100001 1011101 0 10100 100010111 1010110 101011

Color Harmonies of #890FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890FCC

Black with #890FCC

Text Example


Text Example

White with #890FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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