Html Css Color HEX #9885CC Cold Purple

📋 copy color: '#9885CC'

red 152 ◦ green 133 ◦ blue 204

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

Shades of Cold Purple #9885CC

Tints of Cold Purple #9885CC

RGB

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

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

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

R = 31.08%
G = 27.2%
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

#9885CC (or 0x9885CC) is known color: Cold Purple. HEX triplet: 98, 85 and CC. RGB value is (152,133,204). Sum of RGB (Red+Green+Blue) = 152+133+204=489 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.08% from 489); Green value is 133 (52.34% from 255 or 27.20% 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 #9885CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9885CC is #677A33. Grayscale: #929292. Windows color (decimal): -6781492 or 13403544. OLE color: 13403544.

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

Color convert

RGB 152 133 204 -
CMYK 0.25 0.35 0 0.2
HSL 256.06º 0.41% 0.66% -
HSV(B) 256.06º 0.35% 0.8% -
XYZ 32.24 27.81 60.8 -
YUV 146.78 160.29 131.73 -
System Red Green Blue C M Y K H S L
Decimal 152 133 204 0.25 0.35 0 0.2 256.06 0.41 0.66
Hex 98 85 CC 19 23 0 14 100 29 42
Octal 230 205 314 31 43 0 24 400 51 102
Binary 10011000 10000101 11001100 11001 100011 0 10100 100000000 101001 1000010

Color Harmonies of #9885CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9885CC

Black with #9885CC

Text Example


Text Example

White with #9885CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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