Html Css Color HEX #9984CC Cold Purple

📋 copy color: '#9984CC'

red 153 ◦ green 132 ◦ blue 204

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

Shades of Cold Purple #9984CC

Tints of Cold Purple #9984CC

RGB

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

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

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

R = 31.29%
G = 26.99%
B = 41.72%

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

#9984CC (or 0x9984CC) is known color: Cold Purple. HEX triplet: 99, 84 and CC. RGB value is (153,132,204). Sum of RGB (Red+Green+Blue) = 153+132+204=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #9984CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9984CC is #667B33. Grayscale: #929292. Windows color (decimal): -6716212 or 13403289. OLE color: 13403289.

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

Color convert

RGB 153 132 204 -
CMYK 0.25 0.35 0 0.2
HSL 257.5º 0.41% 0.66% -
HSV(B) 257.5º 0.35% 0.8% -
XYZ 32.29 27.63 60.76 -
YUV 146.49 160.46 132.65 -
System Red Green Blue C M Y K H S L
Decimal 153 132 204 0.25 0.35 0 0.2 257.5 0.41 0.66
Hex 99 84 CC 19 23 0 14 102 29 42
Octal 231 204 314 31 43 0 24 402 51 102
Binary 10011001 10000100 11001100 11001 100011 0 10100 100000010 101001 1000010

Color Harmonies of #9984CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9984CC

Black with #9984CC

Text Example


Text Example

White with #9984CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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