Html Css Color HEX #9884CB Cold Purple

📋 copy color: '#9884CB'

red 152 ◦ green 132 ◦ blue 203

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

Shades of Cold Purple #9884CB

Tints of Cold Purple #9884CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.68%

R = 31.21%
G = 27.1%
B = 41.68%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9884CB (or 0x9884CB) is known color: Cold Purple. HEX triplet: 98, 84 and CB. RGB value is (152,132,203). Sum of RGB (Red+Green+Blue) = 152+132+203=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #9884CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9884CB is #677B34. Grayscale: #919191. Windows color (decimal): -6781749 or 13337752. OLE color: 13337752.

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

Color convert

RGB 152 132 203 -
CMYK 0.25 0.35 0 0.20
HSL 256.9º 0.41% 0.66% -
HSV(B) 256.9º 0.35% 0.8% -
XYZ 31.98 27.49 60.12 -
YUV 146.07 160.13 132.23 -
System Red Green Blue C M Y K H S L
Decimal 152 132 203 0.25 0.35 0 0.20 256.9 0.41 0.66
Hex 98 84 CB 19 23 0 14 101 29 42
Octal 230 204 313 31 43 0 24 401 51 102
Binary 10011000 10000100 11001011 11001 100011 0 10100 100000001 101001 1000010

Color Harmonies of #9884CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9884CB

Black with #9884CB

Text Example


Text Example

White with #9884CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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