Html Css Color HEX #9E83CF Cold Purple

📋 copy color: '#9E83CF'

red 158 ◦ green 131 ◦ blue 207

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

Shades of Cold Purple #9E83CF

Tints of Cold Purple #9E83CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.73%

R = 31.85%
G = 26.41%
B = 41.73%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E83CF (or 0x9E83CF) is known color: Cold Purple. HEX triplet: 9E, 83 and CF. RGB value is (158,131,207). Sum of RGB (Red+Green+Blue) = 158+131+207=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E83CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E83CF is #617C30. Grayscale: #939393. Windows color (decimal): -6388785 or 13599646. OLE color: 13599646.

HSL color Cylindrical-coordinate representation of color #9E83CF: hue angle of 261.32º 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 #9E83CF is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 158 131 207 -
CMYK 0.24 0.37 0 0.19
HSL 261.32º 0.44% 0.66% -
HSV(B) 261.32º 0.37% 0.81% -
XYZ 33.48 28.01 62.67 -
YUV 147.74 161.45 135.32 -
System Red Green Blue C M Y K H S L
Decimal 158 131 207 0.24 0.37 0 0.19 261.32 0.44 0.66
Hex 9E 83 CF 18 25 0 13 105 2C 42
Octal 236 203 317 30 45 0 23 405 54 102
Binary 10011110 10000011 11001111 11000 100101 0 10011 100000101 101100 1000010

Color Harmonies of #9E83CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E83CF

Black with #9E83CF

Text Example


Text Example

White with #9E83CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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