Html Css Color HEX #9D8DBB Cold Purple

📋 copy color: '#9D8DBB'

red 157 ◦ green 141 ◦ blue 187

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

Shades of Cold Purple #9D8DBB

Tints of Cold Purple #9D8DBB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.07%

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

R = 32.37%
G = 29.07%
B = 38.56%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9D8DBB (or 0x9D8DBB) is known color: Cold Purple. HEX triplet: 9D, 8D and BB. RGB value is (157,141,187). Sum of RGB (Red+Green+Blue) = 157+141+187=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 187 - color contains mainly: blue. Hex color #9D8DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8DBB is #627244. Grayscale: #969696. Windows color (decimal): -6451781 or 12291485. OLE color: 12291485.

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

Color convert

RGB 157 141 187 -
CMYK 0.16 0.25 0 0.27
HSL 260.87º 0.25% 0.64% -
HSV(B) 260.87º 0.25% 0.73% -
XYZ 32.4 29.81 51.06 -
YUV 151.03 148.3 132.26 -
System Red Green Blue C M Y K H S L
Decimal 157 141 187 0.16 0.25 0 0.27 260.87 0.25 0.64
Hex 9D 8D BB 10 19 0 1B 105 19 40
Octal 235 215 273 20 31 0 33 405 31 100
Binary 10011101 10001101 10111011 10000 11001 0 11011 100000101 11001 1000000

Color Harmonies of #9D8DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8DBB

Black with #9D8DBB

Text Example


Text Example

White with #9D8DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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