Html Css Color HEX #9985BF Cold Purple

📋 copy color: '#9985BF'

red 153 ◦ green 133 ◦ blue 191

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

Shades of Cold Purple #9985BF

Tints of Cold Purple #9985BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.04%

R = 32.08%
G = 27.88%
B = 40.04%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9985BF (or 0x9985BF) is known color: Cold Purple. HEX triplet: 99, 85 and BF. RGB value is (153,133,191). Sum of RGB (Red+Green+Blue) = 153+133+191=477 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.08% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #9985BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9985BF is #667A40. Grayscale: #919191. Windows color (decimal): -6715969 or 12551577. OLE color: 12551577.

HSL color Cylindrical-coordinate representation of color #9985BF: hue angle of 260.69º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9985BF is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 133 191 -
CMYK 0.20 0.30 0 0.25
HSL 260.69º 0.31% 0.64% -
HSV(B) 260.69º 0.3% 0.75% -
XYZ 30.93 27.31 52.93 -
YUV 145.59 153.63 133.28 -
System Red Green Blue C M Y K H S L
Decimal 153 133 191 0.20 0.30 0 0.25 260.69 0.31 0.64
Hex 99 85 BF 14 1E 0 19 105 1F 40
Octal 231 205 277 24 36 0 31 405 37 100
Binary 10011001 10000101 10111111 10100 11110 0 11001 100000101 11111 1000000

Color Harmonies of #9985BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9985BF

Black with #9985BF

Text Example


Text Example

White with #9985BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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