Html Css Color HEX #9887D5 Cold Purple

📋 copy color: '#9887D5'

red 152 ◦ green 135 ◦ blue 213

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

Shades of Cold Purple #9887D5

Tints of Cold Purple #9887D5

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27%

 BLUE value IS 213 (83.59% from 255) = 42.6%

R = 30.4%
G = 27%
B = 42.6%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9887D5 (or 0x9887D5) is known color: Cold Purple. HEX triplet: 98, 87 and D5. RGB value is (152,135,213). Sum of RGB (Red+Green+Blue) = 152+135+213=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 135 (53.12% from 255 or 27% from 500); Blue value is 213 (83.59% from 255 or 42.6% from 500); Max value from RGB is 213 - color contains mainly: blue. Hex color #9887D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9887D5 is #67782A. Grayscale: #949494. Windows color (decimal): -6780971 or 13993880. OLE color: 13993880.

HSL color Cylindrical-coordinate representation of color #9887D5: hue angle of 253.08º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9887D5 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 135 213 -
CMYK 0.29 0.37 0 0.16
HSL 253.08º 0.48% 0.68% -
HSV(B) 253.08º 0.37% 0.84% -
XYZ 33.62 28.81 66.74 -
YUV 148.98 164.13 130.16 -
System Red Green Blue C M Y K H S L
Decimal 152 135 213 0.29 0.37 0 0.16 253.08 0.48 0.68
Hex 98 87 D5 1D 25 0 10 FD 30 44
Octal 230 207 325 35 45 0 20 375 60 104
Binary 10011000 10000111 11010101 11101 100101 0 10000 11111101 110000 1000100

Color Harmonies of #9887D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9887D5

Black with #9887D5

Text Example


Text Example

White with #9887D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9887D5; }

 p { color: rgb(152,135,213); }

 H1.HeaderClassName
 {
   color: #9887D5;
 }
 .AnyTagClassName
 {
   color: #9887D5;
 }
</style>

background-color css

<style>
 a { background-color: #9887D5; }

 a { background-color: rgb(152,135,213); }

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

border-color css

<style>
 span { border-color: #9887D5; }

 span { border-color: rgb(152,135,213); }

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