Html Css Color HEX #9883CD Cold Purple

📋 copy color: '#9883CD'

red 152 ◦ green 131 ◦ blue 205

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

Shades of Cold Purple #9883CD

Tints of Cold Purple #9883CD

RGB

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

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

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

R = 31.15%
G = 26.84%
B = 42.01%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9883CD (or 0x9883CD) is known color: Cold Purple. HEX triplet: 98, 83 and CD. RGB value is (152,131,205). Sum of RGB (Red+Green+Blue) = 152+131+205=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #9883CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9883CD is #677C32. Grayscale: #919191. Windows color (decimal): -6782003 or 13468568. OLE color: 13468568.

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

Color convert

RGB 152 131 205 -
CMYK 0.26 0.36 0 0.20
HSL 257.03º 0.43% 0.66% -
HSV(B) 257.03º 0.36% 0.8% -
XYZ 32.08 27.32 61.34 -
YUV 145.72 161.46 132.48 -
System Red Green Blue C M Y K H S L
Decimal 152 131 205 0.26 0.36 0 0.20 257.03 0.43 0.66
Hex 98 83 CD 1A 24 0 14 101 2B 42
Octal 230 203 315 32 44 0 24 401 53 102
Binary 10011000 10000011 11001101 11010 100100 0 10100 100000001 101011 1000010

Color Harmonies of #9883CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9883CD

Black with #9883CD

Text Example


Text Example

White with #9883CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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