Html Css Color HEX #9D8FBB Cold Purple

📋 copy color: '#9D8FBB'

red 157 ◦ green 143 ◦ blue 187

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

Shades of Cold Purple #9D8FBB

Tints of Cold Purple #9D8FBB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.36%

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

R = 32.24%
G = 29.36%
B = 38.4%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9D8FBB (or 0x9D8FBB) is known color: Cold Purple. HEX triplet: 9D, 8F and BB. RGB value is (157,143,187). Sum of RGB (Red+Green+Blue) = 157+143+187=487 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.24% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #9D8FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8FBB is #627044. Grayscale: #989898. Windows color (decimal): -6451269 or 12291997. OLE color: 12291997.

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

Color convert

RGB 157 143 187 -
CMYK 0.16 0.24 0 0.27
HSL 259.09º 0.24% 0.65% -
HSV(B) 259.09º 0.24% 0.73% -
XYZ 32.7 30.4 51.16 -
YUV 152.2 147.64 131.42 -
System Red Green Blue C M Y K H S L
Decimal 157 143 187 0.16 0.24 0 0.27 259.09 0.24 0.65
Hex 9D 8F BB 10 18 0 1B 103 18 41
Octal 235 217 273 20 30 0 33 403 30 101
Binary 10011101 10001111 10111011 10000 11000 0 11011 100000011 11000 1000001

Color Harmonies of #9D8FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8FBB

Black with #9D8FBB

Text Example


Text Example

White with #9D8FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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