Html Css Color HEX #9F85CD Cold Purple

📋 copy color: '#9F85CD'

red 159 ◦ green 133 ◦ blue 205

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

Shades of Cold Purple #9F85CD

Tints of Cold Purple #9F85CD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.76%

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

R = 31.99%
G = 26.76%
B = 41.25%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F85CD (or 0x9F85CD) is known color: Cold Purple. HEX triplet: 9F, 85 and CD. RGB value is (159,133,205). Sum of RGB (Red+Green+Blue) = 159+133+205=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F85CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F85CD is #607A32. Grayscale: #949494. Windows color (decimal): -6322739 or 13469087. OLE color: 13469087.

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

Color convert

RGB 159 133 205 -
CMYK 0.22 0.35 0 0.20
HSL 261.67º 0.42% 0.66% -
HSV(B) 261.67º 0.35% 0.8% -
XYZ 33.71 28.55 61.49 -
YUV 148.98 159.61 135.15 -
System Red Green Blue C M Y K H S L
Decimal 159 133 205 0.22 0.35 0 0.20 261.67 0.42 0.66
Hex 9F 85 CD 16 23 0 14 106 2A 42
Octal 237 205 315 26 43 0 24 406 52 102
Binary 10011111 10000101 11001101 10110 100011 0 10100 100000110 101010 1000010

Color Harmonies of #9F85CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F85CD

Black with #9F85CD

Text Example


Text Example

White with #9F85CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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