Html Css Color HEX #9881CC Cold Purple

📋 copy color: '#9881CC'

red 152 ◦ green 129 ◦ blue 204

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

Shades of Cold Purple #9881CC

Tints of Cold Purple #9881CC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.6%

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

R = 31.34%
G = 26.6%
B = 42.06%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9881CC (or 0x9881CC) is known color: Cold Purple. HEX triplet: 98, 81 and CC. RGB value is (152,129,204). Sum of RGB (Red+Green+Blue) = 152+129+204=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #9881CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9881CC is #677E33. Grayscale: #909090. Windows color (decimal): -6782516 or 13402520. OLE color: 13402520.

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

Color convert

RGB 152 129 204 -
CMYK 0.25 0.37 0 0.2
HSL 258.4º 0.42% 0.65% -
HSV(B) 258.4º 0.37% 0.8% -
XYZ 31.7 26.74 60.62 -
YUV 144.43 161.62 133.4 -
System Red Green Blue C M Y K H S L
Decimal 152 129 204 0.25 0.37 0 0.2 258.4 0.42 0.65
Hex 98 81 CC 19 25 0 14 102 2A 41
Octal 230 201 314 31 45 0 24 402 52 101
Binary 10011000 10000001 11001100 11001 100101 0 10100 100000010 101010 1000001

Color Harmonies of #9881CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9881CC

Black with #9881CC

Text Example


Text Example

White with #9881CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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