Html Css Color HEX #9581BA Cold Purple

📋 copy color: '#9581BA'

red 149 ◦ green 129 ◦ blue 186

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

Shades of Cold Purple #9581BA

Tints of Cold Purple #9581BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.09%

R = 32.11%
G = 27.8%
B = 40.09%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9581BA (or 0x9581BA) is known color: Cold Purple. HEX triplet: 95, 81 and BA. RGB value is (149,129,186). Sum of RGB (Red+Green+Blue) = 149+129+186=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #9581BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9581BA is #6A7E45. Grayscale: #8D8D8D. Windows color (decimal): -6979142 or 12222869. OLE color: 12222869.

HSL color Cylindrical-coordinate representation of color #9581BA: hue angle of 261.05º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9581BA is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 129 186 -
CMYK 0.20 0.31 0 0.27
HSL 261.05º 0.29% 0.62% -
HSV(B) 261.05º 0.31% 0.73% -
XYZ 29.11 25.64 49.87 -
YUV 141.48 153.13 133.37 -
System Red Green Blue C M Y K H S L
Decimal 149 129 186 0.20 0.31 0 0.27 261.05 0.29 0.62
Hex 95 81 BA 14 1F 0 1B 105 1D 3E
Octal 225 201 272 24 37 0 33 405 35 76
Binary 10010101 10000001 10111010 10100 11111 0 11011 100000101 11101 111110

Color Harmonies of #9581BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9581BA

Black with #9581BA

Text Example


Text Example

White with #9581BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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