Html Css Color HEX #9A70DC Medium Purple

📋 copy color: '#9A70DC'

red 154 ◦ green 112 ◦ blue 220

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

Shades of Medium Purple #9A70DC

Tints of Medium Purple #9A70DC

RGB

 RED value IS 154 (60.55% from 255) = 31.69%

 GREEN value IS 112 (44.14% from 255) = 23.05%

 BLUE value IS 220 (86.33% from 255) = 45.27%

R = 31.69%
G = 23.05%
B = 45.27%

CMYK

 C value IS 0.3

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A70DC (or 0x9A70DC) is known color: Medium Purple. HEX triplet: 9A, 70 and DC. RGB value is (154,112,220). Sum of RGB (Red+Green+Blue) = 154+112+220=486 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.69% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A70DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A70DC is #658F23. Grayscale: #888888. Windows color (decimal): -6655780 or 14446746. OLE color: 14446746.

HSL color Cylindrical-coordinate representation of color #9A70DC: hue angle of 263.33º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A70DC is Cyan = 0.3, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 112 220 -
CMYK 0.3 0.49 0 0.14
HSL 263.33º 0.61% 0.65% -
HSV(B) 263.33º 0.49% 0.86% -
XYZ 32.04 23.63 70.58 -
YUV 136.87 174.91 140.22 -
System Red Green Blue C M Y K H S L
Decimal 154 112 220 0.3 0.49 0 0.14 263.33 0.61 0.65
Hex 9A 70 DC 1E 31 0 E 107 3D 41
Octal 232 160 334 36 61 0 16 407 75 101
Binary 10011010 1110000 11011100 11110 110001 0 1110 100000111 111101 1000001

Color Harmonies of #9A70DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A70DC

Black with #9A70DC

Text Example


Text Example

White with #9A70DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A70DC; }

 p { color: rgb(154,112,220); }

 H1.HeaderClassName
 {
   color: #9A70DC;
 }
 .AnyTagClassName
 {
   color: #9A70DC;
 }
</style>

background-color css

<style>
 a { background-color: #9A70DC; }

 a { background-color: rgb(154,112,220); }

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

border-color css

<style>
 span { border-color: #9A70DC; }

 span { border-color: rgb(154,112,220); }

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