Html Css Color HEX #9A70DA Medium Purple

📋 copy color: '#9A70DA'

red 154 ◦ green 112 ◦ blue 218

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

Shades of Medium Purple #9A70DA

Tints of Medium Purple #9A70DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.04%

R = 31.82%
G = 23.14%
B = 45.04%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9A70DA (or 0x9A70DA) is known color: Medium Purple. HEX triplet: 9A, 70 and DA. RGB value is (154,112,218). Sum of RGB (Red+Green+Blue) = 154+112+218=484 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.82% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #9A70DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A70DA is #658F25. Grayscale: #888888. Windows color (decimal): -6655782 or 14315674. OLE color: 14315674.

HSL color Cylindrical-coordinate representation of color #9A70DA: hue angle of 263.77º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A70DA is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 112 218 -
CMYK 0.29 0.49 0 0.15
HSL 263.77º 0.59% 0.65% -
HSV(B) 263.77º 0.49% 0.85% -
XYZ 31.78 23.52 69.19 -
YUV 136.64 173.91 140.38 -
System Red Green Blue C M Y K H S L
Decimal 154 112 218 0.29 0.49 0 0.15 263.77 0.59 0.65
Hex 9A 70 DA 1D 31 0 F 108 3B 41
Octal 232 160 332 35 61 0 17 410 73 101
Binary 10011010 1110000 11011010 11101 110001 0 1111 100001000 111011 1000001

Color Harmonies of #9A70DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A70DA

Black with #9A70DA

Text Example


Text Example

White with #9A70DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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