Html Css Color HEX #9F8DCD Cold Purple

📋 copy color: '#9F8DCD'

red 159 ◦ green 141 ◦ blue 205

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

Shades of Cold Purple #9F8DCD

Tints of Cold Purple #9F8DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.59%

R = 31.49%
G = 27.92%
B = 40.59%

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

#9F8DCD (or 0x9F8DCD) is known color: Cold Purple. HEX triplet: 9F, 8D and CD. RGB value is (159,141,205). Sum of RGB (Red+Green+Blue) = 159+141+205=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F8DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8DCD is #607232. Grayscale: #999999. Windows color (decimal): -6320691 or 13471135. OLE color: 13471135.

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

Color convert

RGB 159 141 205 -
CMYK 0.22 0.31 0 0.20
HSL 256.88º 0.39% 0.68% -
HSV(B) 256.88º 0.31% 0.8% -
XYZ 34.84 30.83 61.87 -
YUV 153.68 156.96 131.8 -
System Red Green Blue C M Y K H S L
Decimal 159 141 205 0.22 0.31 0 0.20 256.88 0.39 0.68
Hex 9F 8D CD 16 1F 0 14 101 27 44
Octal 237 215 315 26 37 0 24 401 47 104
Binary 10011111 10001101 11001101 10110 11111 0 10100 100000001 100111 1000100

Color Harmonies of #9F8DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8DCD

Black with #9F8DCD

Text Example


Text Example

White with #9F8DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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