Html Css Color HEX #9E82CD Cold Purple

📋 copy color: '#9E82CD'

red 158 ◦ green 130 ◦ blue 205

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

Shades of Cold Purple #9E82CD

Tints of Cold Purple #9E82CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.58%

R = 32.05%
G = 26.37%
B = 41.58%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9E82CD (or 0x9E82CD) is known color: Cold Purple. HEX triplet: 9E, 82 and CD. RGB value is (158,130,205). Sum of RGB (Red+Green+Blue) = 158+130+205=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E82CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E82CD is #617D32. Grayscale: #929292. Windows color (decimal): -6389043 or 13468318. OLE color: 13468318.

HSL color Cylindrical-coordinate representation of color #9E82CD: hue angle of 262.4º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E82CD is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 130 205 -
CMYK 0.23 0.37 0 0.20
HSL 262.4º 0.43% 0.66% -
HSV(B) 262.4º 0.37% 0.8% -
XYZ 33.1 27.64 61.35 -
YUV 146.92 160.78 135.9 -
System Red Green Blue C M Y K H S L
Decimal 158 130 205 0.23 0.37 0 0.20 262.4 0.43 0.66
Hex 9E 82 CD 17 25 0 14 106 2B 42
Octal 236 202 315 27 45 0 24 406 53 102
Binary 10011110 10000010 11001101 10111 100101 0 10100 100000110 101011 1000010

Color Harmonies of #9E82CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E82CD

Black with #9E82CD

Text Example


Text Example

White with #9E82CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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