Html Css Color HEX #9982CC Cold Purple

📋 copy color: '#9982CC'

red 153 ◦ green 130 ◦ blue 204

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

Shades of Cold Purple #9982CC

Tints of Cold Purple #9982CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.89%

R = 31.42%
G = 26.69%
B = 41.89%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9982CC (or 0x9982CC) is known color: Cold Purple. HEX triplet: 99, 82 and CC. RGB value is (153,130,204). Sum of RGB (Red+Green+Blue) = 153+130+204=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #9982CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9982CC is #667D33. Grayscale: #919191. Windows color (decimal): -6716724 or 13402777. OLE color: 13402777.

HSL color Cylindrical-coordinate representation of color #9982CC: hue angle of 258.65º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9982CC is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 130 204 -
CMYK 0.25 0.36 0 0.2
HSL 258.65º 0.42% 0.65% -
HSV(B) 258.65º 0.36% 0.8% -
XYZ 32.02 27.1 60.67 -
YUV 145.31 161.12 133.48 -
System Red Green Blue C M Y K H S L
Decimal 153 130 204 0.25 0.36 0 0.2 258.65 0.42 0.65
Hex 99 82 CC 19 24 0 14 103 2A 41
Octal 231 202 314 31 44 0 24 403 52 101
Binary 10011001 10000010 11001100 11001 100100 0 10100 100000011 101010 1000001

Color Harmonies of #9982CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9982CC

Black with #9982CC

Text Example


Text Example

White with #9982CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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