Html Css Color HEX #9982C4 Cold Purple

📋 copy color: '#9982C4'

red 153 ◦ green 130 ◦ blue 196

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

Shades of Cold Purple #9982C4

Tints of Cold Purple #9982C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.92%

R = 31.94%
G = 27.14%
B = 40.92%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9982C4 (or 0x9982C4) is known color: Cold Purple. HEX triplet: 99, 82 and C4. RGB value is (153,130,196). Sum of RGB (Red+Green+Blue) = 153+130+196=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 196 (76.95% from 255 or 40.92% from 479); Max value from RGB is 196 - color contains mainly: blue. Hex color #9982C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9982C4 is #667D3B. Grayscale: #909090. Windows color (decimal): -6716732 or 12878489. OLE color: 12878489.

HSL color Cylindrical-coordinate representation of color #9982C4: hue angle of 260.91º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9982C4 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 153 130 196 -
CMYK 0.22 0.34 0 0.23
HSL 260.91º 0.36% 0.64% -
HSV(B) 260.91º 0.34% 0.77% -
XYZ 31.08 26.72 55.74 -
YUV 144.4 157.12 134.13 -
System Red Green Blue C M Y K H S L
Decimal 153 130 196 0.22 0.34 0 0.23 260.91 0.36 0.64
Hex 99 82 C4 16 22 0 17 105 24 40
Octal 231 202 304 26 42 0 27 405 44 100
Binary 10011001 10000010 11000100 10110 100010 0 10111 100000101 100100 1000000

Color Harmonies of #9982C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9982C4

Black with #9982C4

Text Example


Text Example

White with #9982C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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