Html Css Color HEX #9885BE Cold Purple

📋 copy color: '#9885BE'

red 152 ◦ green 133 ◦ blue 190

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

Shades of Cold Purple #9885BE

Tints of Cold Purple #9885BE

RGB

 RED value IS 152 (59.77% from 255) = 32%

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

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

R = 32%
G = 28%
B = 40%

CMYK

 C value IS 0.2

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9885BE (or 0x9885BE) is known color: Cold Purple. HEX triplet: 98, 85 and BE. RGB value is (152,133,190). Sum of RGB (Red+Green+Blue) = 152+133+190=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #9885BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9885BE is #677A41. Grayscale: #909090. Windows color (decimal): -6781506 or 12486040. OLE color: 12486040.

HSL color Cylindrical-coordinate representation of color #9885BE: hue angle of 260º 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 #9885BE is Cyan = 0.2, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 133 190 -
CMYK 0.2 0.3 0 0.25
HSL 260º 0.3% 0.63% -
HSV(B) 260º 0.3% 0.75% -
XYZ 30.63 27.17 52.34 -
YUV 145.18 153.29 132.87 -
System Red Green Blue C M Y K H S L
Decimal 152 133 190 0.2 0.3 0 0.25 260 0.3 0.63
Hex 98 85 BE 14 1E 0 19 104 1E 3F
Octal 230 205 276 24 36 0 31 404 36 77
Binary 10011000 10000101 10111110 10100 11110 0 11001 100000100 11110 111111

Color Harmonies of #9885BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9885BE

Black with #9885BE

Text Example


Text Example

White with #9885BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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