Html Css Color HEX #9581DE Medium Purple

📋 copy color: '#9581DE'

red 149 ◦ green 129 ◦ blue 222

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

Shades of Medium Purple #9581DE

Tints of Medium Purple #9581DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.4%

R = 29.8%
G = 25.8%
B = 44.4%

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

#9581DE (or 0x9581DE) is known color: Medium Purple. HEX triplet: 95, 81 and DE. RGB value is (149,129,222). Sum of RGB (Red+Green+Blue) = 149+129+222=500 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.8% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #9581DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9581DE is #6A7E21. Grayscale: #919191. Windows color (decimal): -6979106 or 14582165. OLE color: 14582165.

HSL color Cylindrical-coordinate representation of color #9581DE: hue angle of 252.9º degrees, saturation: 0.58, 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 #9581DE is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 129 222 -
CMYK 0.33 0.42 0 0.13
HSL 252.9º 0.58% 0.69% -
HSV(B) 252.9º 0.42% 0.87% -
XYZ 33.43 27.36 72.63 -
YUV 145.58 171.13 130.44 -
System Red Green Blue C M Y K H S L
Decimal 149 129 222 0.33 0.42 0 0.13 252.9 0.58 0.69
Hex 95 81 DE 21 2A 0 D FD 3A 45
Octal 225 201 336 41 52 0 15 375 72 105
Binary 10010101 10000001 11011110 100001 101010 0 1101 11111101 111010 1000101

Color Harmonies of #9581DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9581DE

Black with #9581DE

Text Example


Text Example

White with #9581DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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