Html Css Color HEX #9D8BC3 Cold Purple

📋 copy color: '#9D8BC3'

red 157 ◦ green 139 ◦ blue 195

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

Shades of Cold Purple #9D8BC3

Tints of Cold Purple #9D8BC3

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.31%

 BLUE value IS 195 (76.56% from 255) = 39.71%

R = 31.98%
G = 28.31%
B = 39.71%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9D8BC3 (or 0x9D8BC3) is known color: Cold Purple. HEX triplet: 9D, 8B and C3. RGB value is (157,139,195). Sum of RGB (Red+Green+Blue) = 157+139+195=491 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.98% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 195 (76.56% from 255 or 39.71% from 491); Max value from RGB is 195 - color contains mainly: blue. Hex color #9D8BC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8BC3 is #62743C. Grayscale: #969696. Windows color (decimal): -6452285 or 12815261. OLE color: 12815261.

HSL color Cylindrical-coordinate representation of color #9D8BC3: hue angle of 259.29º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9D8BC3 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 157 139 195 -
CMYK 0.19 0.29 0 0.24
HSL 259.29º 0.32% 0.65% -
HSV(B) 259.29º 0.29% 0.76% -
XYZ 32.99 29.57 55.6 -
YUV 150.77 152.96 132.45 -
System Red Green Blue C M Y K H S L
Decimal 157 139 195 0.19 0.29 0 0.24 259.29 0.32 0.65
Hex 9D 8B C3 13 1D 0 18 103 20 41
Octal 235 213 303 23 35 0 30 403 40 101
Binary 10011101 10001011 11000011 10011 11101 0 11000 100000011 100000 1000001

Color Harmonies of #9D8BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8BC3

Black with #9D8BC3

Text Example


Text Example

White with #9D8BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,139,195); }

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

background-color css

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

 a { background-color: rgb(157,139,195); }

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

border-color css

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

 span { border-color: rgb(157,139,195); }

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