Html Css Color HEX #9884CC Cold Purple

📋 copy color: '#9884CC'

red 152 ◦ green 132 ◦ blue 204

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

Shades of Cold Purple #9884CC

Tints of Cold Purple #9884CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.8%

R = 31.15%
G = 27.05%
B = 41.8%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9884CC (or 0x9884CC) is known color: Cold Purple. HEX triplet: 98, 84 and CC. RGB value is (152,132,204). Sum of RGB (Red+Green+Blue) = 152+132+204=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #9884CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9884CC is #677B33. Grayscale: #919191. Windows color (decimal): -6781748 or 13403288. OLE color: 13403288.

HSL color Cylindrical-coordinate representation of color #9884CC: hue angle of 256.67º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9884CC is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 132 204 -
CMYK 0.25 0.35 0 0.2
HSL 256.67º 0.41% 0.66% -
HSV(B) 256.67º 0.35% 0.8% -
XYZ 32.1 27.54 60.75 -
YUV 146.19 160.63 132.15 -
System Red Green Blue C M Y K H S L
Decimal 152 132 204 0.25 0.35 0 0.2 256.67 0.41 0.66
Hex 98 84 CC 19 23 0 14 101 29 42
Octal 230 204 314 31 43 0 24 401 51 102
Binary 10011000 10000100 11001100 11001 100011 0 10100 100000001 101001 1000010

Color Harmonies of #9884CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9884CC

Black with #9884CC

Text Example


Text Example

White with #9884CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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