Html Css Color HEX #9982BC Cold Purple

📋 copy color: '#9982BC'

red 153 ◦ green 130 ◦ blue 188

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

Shades of Cold Purple #9982BC

Tints of Cold Purple #9982BC

RGB

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

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

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

R = 32.48%
G = 27.6%
B = 39.92%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9982BC (or 0x9982BC) is known color: Cold Purple. HEX triplet: 99, 82 and BC. RGB value is (153,130,188). Sum of RGB (Red+Green+Blue) = 153+130+188=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #9982BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9982BC is #667D43. Grayscale: #8F8F8F. Windows color (decimal): -6716740 or 12354201. OLE color: 12354201.

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

Color convert

RGB 153 130 188 -
CMYK 0.19 0.31 0 0.26
HSL 263.79º 0.3% 0.62% -
HSV(B) 263.79º 0.31% 0.74% -
XYZ 30.2 26.37 51.08 -
YUV 143.49 153.12 134.78 -
System Red Green Blue C M Y K H S L
Decimal 153 130 188 0.19 0.31 0 0.26 263.79 0.3 0.62
Hex 99 82 BC 13 1F 0 1A 108 1E 3E
Octal 231 202 274 23 37 0 32 410 36 76
Binary 10011001 10000010 10111100 10011 11111 0 11010 100001000 11110 111110

Color Harmonies of #9982BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9982BC

Black with #9982BC

Text Example


Text Example

White with #9982BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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