Html Css Color HEX #9E82CC Cold Purple

📋 copy color: '#9E82CC'

red 158 ◦ green 130 ◦ blue 204

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

Shades of Cold Purple #9E82CC

Tints of Cold Purple #9E82CC

RGB

 RED value IS 158 (62.11% from 255) = 32.11%

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

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

R = 32.11%
G = 26.42%
B = 41.46%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9E82CC (or 0x9E82CC) is known color: Cold Purple. HEX triplet: 9E, 82 and CC. RGB value is (158,130,204). Sum of RGB (Red+Green+Blue) = 158+130+204=492 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.11% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E82CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E82CC is #617D33. Grayscale: #929292. Windows color (decimal): -6389044 or 13402782. OLE color: 13402782.

HSL color Cylindrical-coordinate representation of color #9E82CC: hue angle of 262.7º 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 #9E82CC is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 158 130 204 -
CMYK 0.23 0.36 0 0.2
HSL 262.7º 0.42% 0.65% -
HSV(B) 262.7º 0.36% 0.8% -
XYZ 32.98 27.59 60.71 -
YUV 146.81 160.28 135.98 -
System Red Green Blue C M Y K H S L
Decimal 158 130 204 0.23 0.36 0 0.2 262.7 0.42 0.65
Hex 9E 82 CC 17 24 0 14 107 2A 41
Octal 236 202 314 27 44 0 24 407 52 101
Binary 10011110 10000010 11001100 10111 100100 0 10100 100000111 101010 1000001

Color Harmonies of #9E82CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E82CC

Black with #9E82CC

Text Example


Text Example

White with #9E82CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E82CC; }

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

 H1.HeaderClassName
 {
   color: #9E82CC;
 }
 .AnyTagClassName
 {
   color: #9E82CC;
 }
</style>

background-color css

<style>
 a { background-color: #9E82CC; }

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

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

border-color css

<style>
 span { border-color: #9E82CC; }

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

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