Html Css Color HEX #9A74DB Medium Purple

📋 copy color: '#9A74DB'

red 154 ◦ green 116 ◦ blue 219

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

Shades of Medium Purple #9A74DB

Tints of Medium Purple #9A74DB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.72%

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

R = 31.49%
G = 23.72%
B = 44.79%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A74DB (or 0x9A74DB) is known color: Medium Purple. HEX triplet: 9A, 74 and DB. RGB value is (154,116,219). Sum of RGB (Red+Green+Blue) = 154+116+219=489 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.49% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A74DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A74DB is #658B24. Grayscale: #8A8A8A. Windows color (decimal): -6654757 or 14382234. OLE color: 14382234.

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

Color convert

RGB 154 116 219 -
CMYK 0.30 0.47 0 0.14
HSL 262.14º 0.59% 0.66% -
HSV(B) 262.14º 0.47% 0.86% -
XYZ 32.36 24.48 70.04 -
YUV 139.1 173.09 138.62 -
System Red Green Blue C M Y K H S L
Decimal 154 116 219 0.30 0.47 0 0.14 262.14 0.59 0.66
Hex 9A 74 DB 1E 2F 0 E 106 3B 42
Octal 232 164 333 36 57 0 16 406 73 102
Binary 10011010 1110100 11011011 11110 101111 0 1110 100000110 111011 1000010

Color Harmonies of #9A74DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A74DB

Black with #9A74DB

Text Example


Text Example

White with #9A74DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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