Html Css Color HEX #9983BA Cold Purple

📋 copy color: '#9983BA'

red 153 ◦ green 131 ◦ blue 186

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

Shades of Cold Purple #9983BA

Tints of Cold Purple #9983BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.57%

R = 32.55%
G = 27.87%
B = 39.57%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9983BA (or 0x9983BA) is known color: Cold Purple. HEX triplet: 99, 83 and BA. RGB value is (153,131,186). Sum of RGB (Red+Green+Blue) = 153+131+186=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #9983BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9983BA is #667C45. Grayscale: #8F8F8F. Windows color (decimal): -6716486 or 12223385. OLE color: 12223385.

HSL color Cylindrical-coordinate representation of color #9983BA: hue angle of 264º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9983BA is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 131 186 -
CMYK 0.18 0.30 0 0.27
HSL 264º 0.28% 0.62% -
HSV(B) 264º 0.3% 0.73% -
XYZ 30.12 26.55 49.99 -
YUV 143.85 151.79 134.53 -
System Red Green Blue C M Y K H S L
Decimal 153 131 186 0.18 0.30 0 0.27 264 0.28 0.62
Hex 99 83 BA 12 1E 0 1B 108 1C 3E
Octal 231 203 272 22 36 0 33 410 34 76
Binary 10011001 10000011 10111010 10010 11110 0 11011 100001000 11100 111110

Color Harmonies of #9983BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9983BA

Black with #9983BA

Text Example


Text Example

White with #9983BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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