Html Css Color HEX #9985CD Cold Purple

📋 copy color: '#9985CD'

red 153 ◦ green 133 ◦ blue 205

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

Shades of Cold Purple #9985CD

Tints of Cold Purple #9985CD

RGB

 RED value IS 153 (60.16% from 255) = 31.16%

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

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

R = 31.16%
G = 27.09%
B = 41.75%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9985CD (or 0x9985CD) is known color: Cold Purple. HEX triplet: 99, 85 and CD. RGB value is (153,133,205). Sum of RGB (Red+Green+Blue) = 153+133+205=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #9985CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9985CD is #667A32. Grayscale: #929292. Windows color (decimal): -6715955 or 13469081. OLE color: 13469081.

HSL color Cylindrical-coordinate representation of color #9985CD: hue angle of 256.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 #9985CD is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 133 205 -
CMYK 0.25 0.35 0 0.20
HSL 256.67º 0.42% 0.66% -
HSV(B) 256.67º 0.35% 0.8% -
XYZ 32.54 27.96 61.44 -
YUV 147.19 160.63 132.15 -
System Red Green Blue C M Y K H S L
Decimal 153 133 205 0.25 0.35 0 0.20 256.67 0.42 0.66
Hex 99 85 CD 19 23 0 14 101 2A 42
Octal 231 205 315 31 43 0 24 401 52 102
Binary 10011001 10000101 11001101 11001 100011 0 10100 100000001 101010 1000010

Color Harmonies of #9985CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9985CD

Black with #9985CD

Text Example


Text Example

White with #9985CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9985CD; }

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

 H1.HeaderClassName
 {
   color: #9985CD;
 }
 .AnyTagClassName
 {
   color: #9985CD;
 }
</style>

background-color css

<style>
 a { background-color: #9985CD; }

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

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

border-color css

<style>
 span { border-color: #9985CD; }

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

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