Html Css Color HEX #9983BC Cold Purple

📋 copy color: '#9983BC'

red 153 ◦ green 131 ◦ blue 188

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

Shades of Cold Purple #9983BC

Tints of Cold Purple #9983BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.83%

R = 32.42%
G = 27.75%
B = 39.83%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9983BC (or 0x9983BC) is known color: Cold Purple. HEX triplet: 99, 83 and BC. RGB value is (153,131,188). Sum of RGB (Red+Green+Blue) = 153+131+188=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #9983BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9983BC is #667C43. Grayscale: #8F8F8F. Windows color (decimal): -6716484 or 12354457. OLE color: 12354457.

HSL color Cylindrical-coordinate representation of color #9983BC: hue angle of 263.16º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9983BC is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 131 188 -
CMYK 0.19 0.30 0 0.26
HSL 263.16º 0.3% 0.63% -
HSV(B) 263.16º 0.3% 0.74% -
XYZ 30.33 26.64 51.12 -
YUV 144.08 152.79 134.37 -
System Red Green Blue C M Y K H S L
Decimal 153 131 188 0.19 0.30 0 0.26 263.16 0.3 0.63
Hex 99 83 BC 13 1E 0 1A 107 1E 3F
Octal 231 203 274 23 36 0 32 407 36 77
Binary 10011001 10000011 10111100 10011 11110 0 11010 100000111 11110 111111

Color Harmonies of #9983BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9983BC

Black with #9983BC

Text Example


Text Example

White with #9983BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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