Html Css Color HEX #9A72DB Medium Purple

📋 copy color: '#9A72DB'

red 154 ◦ green 114 ◦ blue 219

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

Shades of Medium Purple #9A72DB

Tints of Medium Purple #9A72DB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.41%

 BLUE value IS 219 (85.94% from 255) = 44.97%

R = 31.62%
G = 23.41%
B = 44.97%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A72DB (or 0x9A72DB) is known color: Medium Purple. HEX triplet: 9A, 72 and DB. RGB value is (154,114,219). Sum of RGB (Red+Green+Blue) = 154+114+219=487 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.62% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A72DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A72DB is #658D24. Grayscale: #898989. Windows color (decimal): -6655269 or 14381722. OLE color: 14381722.

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

Color convert

RGB 154 114 219 -
CMYK 0.30 0.48 0 0.14
HSL 262.86º 0.59% 0.65% -
HSV(B) 262.86º 0.48% 0.86% -
XYZ 32.13 24.02 69.96 -
YUV 137.93 173.75 139.46 -
System Red Green Blue C M Y K H S L
Decimal 154 114 219 0.30 0.48 0 0.14 262.86 0.59 0.65
Hex 9A 72 DB 1E 30 0 E 107 3B 41
Octal 232 162 333 36 60 0 16 407 73 101
Binary 10011010 1110010 11011011 11110 110000 0 1110 100000111 111011 1000001

Color Harmonies of #9A72DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A72DB

Black with #9A72DB

Text Example


Text Example

White with #9A72DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,114,219); }

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

background-color css

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

 a { background-color: rgb(154,114,219); }

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

border-color css

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

 span { border-color: rgb(154,114,219); }

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