Html Css Color HEX #9885CD Cold Purple

📋 copy color: '#9885CD'

red 152 ◦ green 133 ◦ blue 205

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

Shades of Cold Purple #9885CD

Tints of Cold Purple #9885CD

RGB

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

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

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

R = 31.02%
G = 27.14%
B = 41.84%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9885CD (or 0x9885CD) is known color: Cold Purple. HEX triplet: 98, 85 and CD. RGB value is (152,133,205). Sum of RGB (Red+Green+Blue) = 152+133+205=490 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.02% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #9885CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9885CD is #677A32. Grayscale: #929292. Windows color (decimal): -6781491 or 13469080. OLE color: 13469080.

HSL color Cylindrical-coordinate representation of color #9885CD: hue angle of 255.83º degrees, saturation: 0.42, 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 #9885CD is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 133 205 -
CMYK 0.26 0.35 0 0.20
HSL 255.83º 0.42% 0.66% -
HSV(B) 255.83º 0.35% 0.8% -
XYZ 32.36 27.86 61.43 -
YUV 146.89 160.79 131.65 -
System Red Green Blue C M Y K H S L
Decimal 152 133 205 0.26 0.35 0 0.20 255.83 0.42 0.66
Hex 98 85 CD 1A 23 0 14 100 2A 42
Octal 230 205 315 32 43 0 24 400 52 102
Binary 10011000 10000101 11001101 11010 100011 0 10100 100000000 101010 1000010

Color Harmonies of #9885CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9885CD

Black with #9885CD

Text Example


Text Example

White with #9885CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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