Html Css Color HEX #9884CD Cold Purple

📋 copy color: '#9884CD'

red 152 ◦ green 132 ◦ blue 205

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

Shades of Cold Purple #9884CD

Tints of Cold Purple #9884CD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.99%

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

R = 31.08%
G = 26.99%
B = 41.92%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9884CD (or 0x9884CD) is known color: Cold Purple. HEX triplet: 98, 84 and CD. RGB value is (152,132,205). Sum of RGB (Red+Green+Blue) = 152+132+205=489 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.08% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #9884CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9884CD is #677B32. Grayscale: #929292. Windows color (decimal): -6781747 or 13468824. OLE color: 13468824.

HSL color Cylindrical-coordinate representation of color #9884CD: hue angle of 256.44º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9884CD is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 132 205 -
CMYK 0.26 0.36 0 0.20
HSL 256.44º 0.42% 0.66% -
HSV(B) 256.44º 0.36% 0.8% -
XYZ 32.22 27.59 61.38 -
YUV 146.3 161.13 132.06 -
System Red Green Blue C M Y K H S L
Decimal 152 132 205 0.26 0.36 0 0.20 256.44 0.42 0.66
Hex 98 84 CD 1A 24 0 14 100 2A 42
Octal 230 204 315 32 44 0 24 400 52 102
Binary 10011000 10000100 11001101 11010 100100 0 10100 100000000 101010 1000010

Color Harmonies of #9884CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9884CD

Black with #9884CD

Text Example


Text Example

White with #9884CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,132,205); }

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

background-color css

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

 a { background-color: rgb(152,132,205); }

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

border-color css

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

 span { border-color: rgb(152,132,205); }

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