Html Css Color HEX #9982CE Cold Purple

📋 copy color: '#9982CE'

red 153 ◦ green 130 ◦ blue 206

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

Shades of Cold Purple #9982CE

Tints of Cold Purple #9982CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.13%

R = 31.29%
G = 26.58%
B = 42.13%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9982CE (or 0x9982CE) is known color: Cold Purple. HEX triplet: 99, 82 and CE. RGB value is (153,130,206). Sum of RGB (Red+Green+Blue) = 153+130+206=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #9982CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9982CE is #667D31. Grayscale: #919191. Windows color (decimal): -6716722 or 13533849. OLE color: 13533849.

HSL color Cylindrical-coordinate representation of color #9982CE: hue angle of 258.16º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9982CE is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 130 206 -
CMYK 0.26 0.37 0 0.19
HSL 258.16º 0.44% 0.66% -
HSV(B) 258.16º 0.37% 0.81% -
XYZ 32.26 27.19 61.94 -
YUV 145.54 162.12 133.32 -
System Red Green Blue C M Y K H S L
Decimal 153 130 206 0.26 0.37 0 0.19 258.16 0.44 0.66
Hex 99 82 CE 1A 25 0 13 102 2C 42
Octal 231 202 316 32 45 0 23 402 54 102
Binary 10011001 10000010 11001110 11010 100101 0 10011 100000010 101100 1000010

Color Harmonies of #9982CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9982CE

Black with #9982CE

Text Example


Text Example

White with #9982CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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