Html Css Color HEX #9985BE Cold Purple

📋 copy color: '#9985BE'

red 153 ◦ green 133 ◦ blue 190

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

Shades of Cold Purple #9985BE

Tints of Cold Purple #9985BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.92%

R = 32.14%
G = 27.94%
B = 39.92%

CMYK

 C value IS 0.19

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9985BE (or 0x9985BE) is known color: Cold Purple. HEX triplet: 99, 85 and BE. RGB value is (153,133,190). Sum of RGB (Red+Green+Blue) = 153+133+190=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #9985BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9985BE is #667A41. Grayscale: #919191. Windows color (decimal): -6715970 or 12486041. OLE color: 12486041.

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

Color convert

RGB 153 133 190 -
CMYK 0.19 0.3 0 0.25
HSL 261.05º 0.3% 0.63% -
HSV(B) 261.05º 0.3% 0.75% -
XYZ 30.82 27.27 52.35 -
YUV 145.48 153.13 133.37 -
System Red Green Blue C M Y K H S L
Decimal 153 133 190 0.19 0.3 0 0.25 261.05 0.3 0.63
Hex 99 85 BE 13 1E 0 19 105 1E 3F
Octal 231 205 276 23 36 0 31 405 36 77
Binary 10011001 10000101 10111110 10011 11110 0 11001 100000101 11110 111111

Color Harmonies of #9985BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9985BE

Black with #9985BE

Text Example


Text Example

White with #9985BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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