Html Css Color HEX #9983CB Cold Purple

📋 copy color: '#9983CB'

red 153 ◦ green 131 ◦ blue 203

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

Shades of Cold Purple #9983CB

Tints of Cold Purple #9983CB

RGB

 RED value IS 153 (60.16% from 255) = 31.42%

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

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

R = 31.42%
G = 26.9%
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

#9983CB (or 0x9983CB) is known color: Cold Purple. HEX triplet: 99, 83 and CB. RGB value is (153,131,203). Sum of RGB (Red+Green+Blue) = 153+131+203=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 131 (51.56% from 255 or 26.90% 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 #9983CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9983CB is #667C34. Grayscale: #919191. Windows color (decimal): -6716469 or 13337497. OLE color: 13337497.

HSL color Cylindrical-coordinate representation of color #9983CB: hue angle of 258.33º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9983CB is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 131 203 -
CMYK 0.25 0.35 0 0.20
HSL 258.33º 0.41% 0.65% -
HSV(B) 258.33º 0.35% 0.8% -
XYZ 32.03 27.32 60.08 -
YUV 145.79 160.29 133.15 -
System Red Green Blue C M Y K H S L
Decimal 153 131 203 0.25 0.35 0 0.20 258.33 0.41 0.65
Hex 99 83 CB 19 23 0 14 102 29 41
Octal 231 203 313 31 43 0 24 402 51 101
Binary 10011001 10000011 11001011 11001 100011 0 10100 100000010 101001 1000001

Color Harmonies of #9983CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9983CB

Black with #9983CB

Text Example


Text Example

White with #9983CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,131,203); }

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

background-color css

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

 a { background-color: rgb(153,131,203); }

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

border-color css

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

 span { border-color: rgb(153,131,203); }

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