Html Css Color HEX #9D95B8 Cold Purple

📋 copy color: '#9D95B8'

red 157 ◦ green 149 ◦ blue 184

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

Shades of Cold Purple #9D95B8

Tints of Cold Purple #9D95B8

RGB

 RED value IS 157 (61.72% from 255) = 32.04%

 GREEN value IS 149 (58.59% from 255) = 30.41%

 BLUE value IS 184 (72.27% from 255) = 37.55%

R = 32.04%
G = 30.41%
B = 37.55%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9D95B8 (or 0x9D95B8) is known color: Cold Purple. HEX triplet: 9D, 95 and B8. RGB value is (157,149,184). Sum of RGB (Red+Green+Blue) = 157+149+184=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 184 (72.27% from 255 or 37.55% from 490); Max value from RGB is 184 - color contains mainly: blue. Hex color #9D95B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D95B8 is #626A47. Grayscale: #9B9B9B. Windows color (decimal): -6449736 or 12096925. OLE color: 12096925.

HSL color Cylindrical-coordinate representation of color #9D95B8: hue angle of 253.71º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9D95B8 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 157 149 184 -
CMYK 0.15 0.19 0 0.28
HSL 253.71º 0.2% 0.65% -
HSV(B) 253.71º 0.19% 0.72% -
XYZ 33.3 32.12 49.79 -
YUV 155.38 144.15 129.15 -
System Red Green Blue C M Y K H S L
Decimal 157 149 184 0.15 0.19 0 0.28 253.71 0.2 0.65
Hex 9D 95 B8 F 13 0 1C FE 14 41
Octal 235 225 270 17 23 0 34 376 24 101
Binary 10011101 10010101 10111000 1111 10011 0 11100 11111110 10100 1000001

Color Harmonies of #9D95B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D95B8

Black with #9D95B8

Text Example


Text Example

White with #9D95B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D95B8; }

 p { color: rgb(157,149,184); }

 H1.HeaderClassName
 {
   color: #9D95B8;
 }
 .AnyTagClassName
 {
   color: #9D95B8;
 }
</style>

background-color css

<style>
 a { background-color: #9D95B8; }

 a { background-color: rgb(157,149,184); }

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

border-color css

<style>
 span { border-color: #9D95B8; }

 span { border-color: rgb(157,149,184); }

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