Html Css Color HEX #9581DB Medium Purple

📋 copy color: '#9581DB'

red 149 ◦ green 129 ◦ blue 219

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

Shades of Medium Purple #9581DB

Tints of Medium Purple #9581DB

RGB

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

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

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

R = 29.98%
G = 25.96%
B = 44.06%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9581DB (or 0x9581DB) is known color: Medium Purple. HEX triplet: 95, 81 and DB. RGB value is (149,129,219). Sum of RGB (Red+Green+Blue) = 149+129+219=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #9581DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9581DB is #6A7E24. Grayscale: #909090. Windows color (decimal): -6979109 or 14385557. OLE color: 14385557.

HSL color Cylindrical-coordinate representation of color #9581DB: hue angle of 253.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9581DB is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 129 219 -
CMYK 0.32 0.41 0 0.14
HSL 253.33º 0.56% 0.68% -
HSV(B) 253.33º 0.41% 0.86% -
XYZ 33.03 27.2 70.53 -
YUV 145.24 169.63 130.68 -
System Red Green Blue C M Y K H S L
Decimal 149 129 219 0.32 0.41 0 0.14 253.33 0.56 0.68
Hex 95 81 DB 20 29 0 E FD 38 44
Octal 225 201 333 40 51 0 16 375 70 104
Binary 10010101 10000001 11011011 100000 101001 0 1110 11111101 111000 1000100

Color Harmonies of #9581DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9581DB

Black with #9581DB

Text Example


Text Example

White with #9581DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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