Html Css Color HEX #9982BA Cold Purple

📋 copy color: '#9982BA'

red 153 ◦ green 130 ◦ blue 186

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

Shades of Cold Purple #9982BA

Tints of Cold Purple #9982BA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.72%

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

R = 32.62%
G = 27.72%
B = 39.66%

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

#9982BA (or 0x9982BA) is known color: Cold Purple. HEX triplet: 99, 82 and BA. RGB value is (153,130,186). Sum of RGB (Red+Green+Blue) = 153+130+186=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #9982BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9982BA is #667D45. Grayscale: #8F8F8F. Windows color (decimal): -6716742 or 12223129. OLE color: 12223129.

HSL color Cylindrical-coordinate representation of color #9982BA: hue angle of 264.64º degrees, saturation: 0.29, 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 #9982BA is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 130 186 -
CMYK 0.18 0.30 0 0.27
HSL 264.64º 0.29% 0.62% -
HSV(B) 264.64º 0.3% 0.73% -
XYZ 29.98 26.28 49.95 -
YUV 143.26 152.12 134.95 -
System Red Green Blue C M Y K H S L
Decimal 153 130 186 0.18 0.30 0 0.27 264.64 0.29 0.62
Hex 99 82 BA 12 1E 0 1B 109 1D 3E
Octal 231 202 272 22 36 0 33 411 35 76
Binary 10011001 10000010 10111010 10010 11110 0 11011 100001001 11101 111110

Color Harmonies of #9982BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9982BA

Black with #9982BA

Text Example


Text Example

White with #9982BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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