Html Css Color HEX #9F8DCB Cold Purple

📋 copy color: '#9F8DCB'

red 159 ◦ green 141 ◦ blue 203

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

Shades of Cold Purple #9F8DCB

Tints of Cold Purple #9F8DCB

RGB

 RED value IS 159 (62.5% from 255) = 31.61%

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

 BLUE value IS 203 (79.69% from 255) = 40.36%

R = 31.61%
G = 28.03%
B = 40.36%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F8DCB (or 0x9F8DCB) is known color: Cold Purple. HEX triplet: 9F, 8D and CB. RGB value is (159,141,203). Sum of RGB (Red+Green+Blue) = 159+141+203=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F8DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8DCB is #607234. Grayscale: #999999. Windows color (decimal): -6320693 or 13340063. OLE color: 13340063.

HSL color Cylindrical-coordinate representation of color #9F8DCB: hue angle of 257.42º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F8DCB is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 141 203 -
CMYK 0.22 0.31 0 0.20
HSL 257.42º 0.37% 0.67% -
HSV(B) 257.42º 0.31% 0.8% -
XYZ 34.6 30.73 60.61 -
YUV 153.45 155.96 131.96 -
System Red Green Blue C M Y K H S L
Decimal 159 141 203 0.22 0.31 0 0.20 257.42 0.37 0.67
Hex 9F 8D CB 16 1F 0 14 101 25 43
Octal 237 215 313 26 37 0 24 401 45 103
Binary 10011111 10001101 11001011 10110 11111 0 10100 100000001 100101 1000011

Color Harmonies of #9F8DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8DCB

Black with #9F8DCB

Text Example


Text Example

White with #9F8DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,141,203); }

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

background-color css

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

 a { background-color: rgb(159,141,203); }

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

border-color css

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

 span { border-color: rgb(159,141,203); }

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