Html Css Color HEX #9574DB Medium Purple

📋 copy color: '#9574DB'

red 149 ◦ green 116 ◦ blue 219

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

Shades of Medium Purple #9574DB

Tints of Medium Purple #9574DB

RGB

 RED value IS 149 (58.59% from 255) = 30.79%

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

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

R = 30.79%
G = 23.97%
B = 45.25%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9574DB (or 0x9574DB) is known color: Medium Purple. HEX triplet: 95, 74 and DB. RGB value is (149,116,219). Sum of RGB (Red+Green+Blue) = 149+116+219=484 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.79% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #9574DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9574DB is #6A8B24. Grayscale: #898989. Windows color (decimal): -6982437 or 14382229. OLE color: 14382229.

HSL color Cylindrical-coordinate representation of color #9574DB: hue angle of 259.22º 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 #9574DB is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 116 219 -
CMYK 0.32 0.47 0 0.14
HSL 259.22º 0.59% 0.66% -
HSV(B) 259.22º 0.47% 0.86% -
XYZ 31.43 23.99 69.99 -
YUV 137.61 173.93 136.12 -
System Red Green Blue C M Y K H S L
Decimal 149 116 219 0.32 0.47 0 0.14 259.22 0.59 0.66
Hex 95 74 DB 20 2F 0 E 103 3B 42
Octal 225 164 333 40 57 0 16 403 73 102
Binary 10010101 1110100 11011011 100000 101111 0 1110 100000011 111011 1000010

Color Harmonies of #9574DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9574DB

Black with #9574DB

Text Example


Text Example

White with #9574DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9574DB; }

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

 H1.HeaderClassName
 {
   color: #9574DB;
 }
 .AnyTagClassName
 {
   color: #9574DB;
 }
</style>

background-color css

<style>
 a { background-color: #9574DB; }

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

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

border-color css

<style>
 span { border-color: #9574DB; }

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

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