Html Css Color HEX #9581BD Cold Purple

📋 copy color: '#9581BD'

red 149 ◦ green 129 ◦ blue 189

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

Shades of Cold Purple #9581BD

Tints of Cold Purple #9581BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.47%

R = 31.91%
G = 27.62%
B = 40.47%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9581BD (or 0x9581BD) is known color: Cold Purple. HEX triplet: 95, 81 and BD. RGB value is (149,129,189). Sum of RGB (Red+Green+Blue) = 149+129+189=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #9581BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9581BD is #6A7E42. Grayscale: #8D8D8D. Windows color (decimal): -6979139 or 12419477. OLE color: 12419477.

HSL color Cylindrical-coordinate representation of color #9581BD: hue angle of 260º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9581BD is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 129 189 -
CMYK 0.21 0.32 0 0.26
HSL 260º 0.31% 0.62% -
HSV(B) 260º 0.32% 0.74% -
XYZ 29.43 25.76 51.57 -
YUV 141.82 154.63 133.12 -
System Red Green Blue C M Y K H S L
Decimal 149 129 189 0.21 0.32 0 0.26 260 0.31 0.62
Hex 95 81 BD 15 20 0 1A 104 1F 3E
Octal 225 201 275 25 40 0 32 404 37 76
Binary 10010101 10000001 10111101 10101 100000 0 11010 100000100 11111 111110

Color Harmonies of #9581BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9581BD

Black with #9581BD

Text Example


Text Example

White with #9581BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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