Html Css Color HEX #9D95BB Cold Purple

📋 copy color: '#9D95BB'

red 157 ◦ green 149 ◦ blue 187

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

Shades of Cold Purple #9D95BB

Tints of Cold Purple #9D95BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.93%

R = 31.85%
G = 30.22%
B = 37.93%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9D95BB (or 0x9D95BB) is known color: Cold Purple. HEX triplet: 9D, 95 and BB. RGB value is (157,149,187). Sum of RGB (Red+Green+Blue) = 157+149+187=493 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.85% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #9D95BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D95BB is #626A44. Grayscale: #9B9B9B. Windows color (decimal): -6449733 or 12293533. OLE color: 12293533.

HSL color Cylindrical-coordinate representation of color #9D95BB: hue angle of 252.63º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9D95BB is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 149 187 -
CMYK 0.16 0.20 0 0.27
HSL 252.63º 0.22% 0.66% -
HSV(B) 252.63º 0.2% 0.73% -
XYZ 33.62 32.25 51.47 -
YUV 155.72 145.65 128.91 -
System Red Green Blue C M Y K H S L
Decimal 157 149 187 0.16 0.20 0 0.27 252.63 0.22 0.66
Hex 9D 95 BB 10 14 0 1B FD 16 42
Octal 235 225 273 20 24 0 33 375 26 102
Binary 10011101 10010101 10111011 10000 10100 0 11011 11111101 10110 1000010

Color Harmonies of #9D95BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D95BB

Black with #9D95BB

Text Example


Text Example

White with #9D95BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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