Html Css Color HEX #9E83CD Cold Purple

📋 copy color: '#9E83CD'

red 158 ◦ green 131 ◦ blue 205

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

Shades of Cold Purple #9E83CD

Tints of Cold Purple #9E83CD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.52%

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

R = 31.98%
G = 26.52%
B = 41.5%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9E83CD (or 0x9E83CD) is known color: Cold Purple. HEX triplet: 9E, 83 and CD. RGB value is (158,131,205). Sum of RGB (Red+Green+Blue) = 158+131+205=494 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.98% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E83CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E83CD is #617C32. Grayscale: #939393. Windows color (decimal): -6388787 or 13468574. OLE color: 13468574.

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

Color convert

RGB 158 131 205 -
CMYK 0.23 0.36 0 0.20
HSL 261.89º 0.43% 0.66% -
HSV(B) 261.89º 0.36% 0.8% -
XYZ 33.24 27.91 61.39 -
YUV 147.51 160.45 135.48 -
System Red Green Blue C M Y K H S L
Decimal 158 131 205 0.23 0.36 0 0.20 261.89 0.43 0.66
Hex 9E 83 CD 17 24 0 14 106 2B 42
Octal 236 203 315 27 44 0 24 406 53 102
Binary 10011110 10000011 11001101 10111 100100 0 10100 100000110 101011 1000010

Color Harmonies of #9E83CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E83CD

Black with #9E83CD

Text Example


Text Example

White with #9E83CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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