Html Css Color HEX #9E83BB Cold Purple

📋 copy color: '#9E83BB'

red 158 ◦ green 131 ◦ blue 187

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

Shades of Cold Purple #9E83BB

Tints of Cold Purple #9E83BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.29%

R = 33.19%
G = 27.52%
B = 39.29%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9E83BB (or 0x9E83BB) is known color: Cold Purple. HEX triplet: 9E, 83 and BB. RGB value is (158,131,187). Sum of RGB (Red+Green+Blue) = 158+131+187=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E83BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E83BB is #617C44. Grayscale: #919191. Windows color (decimal): -6388805 or 12288926. OLE color: 12288926.

HSL color Cylindrical-coordinate representation of color #9E83BB: hue angle of 268.93º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E83BB is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 131 187 -
CMYK 0.16 0.30 0 0.27
HSL 268.93º 0.29% 0.62% -
HSV(B) 268.93º 0.3% 0.73% -
XYZ 31.19 27.09 50.6 -
YUV 145.46 151.45 136.95 -
System Red Green Blue C M Y K H S L
Decimal 158 131 187 0.16 0.30 0 0.27 268.93 0.29 0.62
Hex 9E 83 BB 10 1E 0 1B 10D 1D 3E
Octal 236 203 273 20 36 0 33 415 35 76
Binary 10011110 10000011 10111011 10000 11110 0 11011 100001101 11101 111110

Color Harmonies of #9E83BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E83BB

Black with #9E83BB

Text Example


Text Example

White with #9E83BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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