Html Css Color HEX #9581DF Medium Purple

📋 copy color: '#9581DF'

red 149 ◦ green 129 ◦ blue 223

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

Shades of Medium Purple #9581DF

Tints of Medium Purple #9581DF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.75%

 BLUE value IS 223 (87.5% from 255) = 44.51%

R = 29.74%
G = 25.75%
B = 44.51%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9581DF (or 0x9581DF) is known color: Medium Purple. HEX triplet: 95, 81 and DF. RGB value is (149,129,223). Sum of RGB (Red+Green+Blue) = 149+129+223=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #9581DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9581DF is #6A7E20. Grayscale: #919191. Windows color (decimal): -6979105 or 14647701. OLE color: 14647701.

HSL color Cylindrical-coordinate representation of color #9581DF: hue angle of 252.77º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9581DF is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 129 223 -
CMYK 0.33 0.42 0 0.13
HSL 252.77º 0.59% 0.69% -
HSV(B) 252.77º 0.42% 0.87% -
XYZ 33.56 27.42 73.34 -
YUV 145.7 171.63 130.36 -
System Red Green Blue C M Y K H S L
Decimal 149 129 223 0.33 0.42 0 0.13 252.77 0.59 0.69
Hex 95 81 DF 21 2A 0 D FD 3B 45
Octal 225 201 337 41 52 0 15 375 73 105
Binary 10010101 10000001 11011111 100001 101010 0 1101 11111101 111011 1000101

Color Harmonies of #9581DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9581DF

Black with #9581DF

Text Example


Text Example

White with #9581DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9581DF; }

 p { color: rgb(149,129,223); }

 H1.HeaderClassName
 {
   color: #9581DF;
 }
 .AnyTagClassName
 {
   color: #9581DF;
 }
</style>

background-color css

<style>
 a { background-color: #9581DF; }

 a { background-color: rgb(149,129,223); }

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

border-color css

<style>
 span { border-color: #9581DF; }

 span { border-color: rgb(149,129,223); }

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