Html Css Color HEX #9883CC Cold Purple

📋 copy color: '#9883CC'

red 152 ◦ green 131 ◦ blue 204

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

Shades of Cold Purple #9883CC

Tints of Cold Purple #9883CC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.9%

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

R = 31.21%
G = 26.9%
B = 41.89%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9883CC (or 0x9883CC) is known color: Cold Purple. HEX triplet: 98, 83 and CC. RGB value is (152,131,204). Sum of RGB (Red+Green+Blue) = 152+131+204=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #9883CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9883CC is #677C33. Grayscale: #919191. Windows color (decimal): -6782004 or 13403032. OLE color: 13403032.

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

Color convert

RGB 152 131 204 -
CMYK 0.25 0.36 0 0.2
HSL 257.26º 0.42% 0.66% -
HSV(B) 257.26º 0.36% 0.8% -
XYZ 31.96 27.27 60.71 -
YUV 145.6 160.96 132.56 -
System Red Green Blue C M Y K H S L
Decimal 152 131 204 0.25 0.36 0 0.2 257.26 0.42 0.66
Hex 98 83 CC 19 24 0 14 101 2A 42
Octal 230 203 314 31 44 0 24 401 52 102
Binary 10011000 10000011 11001100 11001 100100 0 10100 100000001 101010 1000010

Color Harmonies of #9883CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9883CC

Black with #9883CC

Text Example


Text Example

White with #9883CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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