Html Css Color HEX #9E85BC Cold Purple

📋 copy color: '#9E85BC'

red 158 ◦ green 133 ◦ blue 188

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

Shades of Cold Purple #9E85BC

Tints of Cold Purple #9E85BC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.77%

 BLUE value IS 188 (73.83% from 255) = 39.25%

R = 32.99%
G = 27.77%
B = 39.25%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9E85BC (or 0x9E85BC) is known color: Cold Purple. HEX triplet: 9E, 85 and BC. RGB value is (158,133,188). Sum of RGB (Red+Green+Blue) = 158+133+188=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E85BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E85BC is #617A43. Grayscale: #929292. Windows color (decimal): -6388292 or 12354974. OLE color: 12354974.

HSL color Cylindrical-coordinate representation of color #9E85BC: hue angle of 267.27º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9E85BC is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 133 188 -
CMYK 0.16 0.29 0 0.26
HSL 267.27º 0.29% 0.63% -
HSV(B) 267.27º 0.29% 0.74% -
XYZ 31.57 27.68 51.26 -
YUV 146.75 151.28 136.03 -
System Red Green Blue C M Y K H S L
Decimal 158 133 188 0.16 0.29 0 0.26 267.27 0.29 0.63
Hex 9E 85 BC 10 1D 0 1A 10B 1D 3F
Octal 236 205 274 20 35 0 32 413 35 77
Binary 10011110 10000101 10111100 10000 11101 0 11010 100001011 11101 111111

Color Harmonies of #9E85BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E85BC

Black with #9E85BC

Text Example


Text Example

White with #9E85BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,133,188); }

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

background-color css

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

 a { background-color: rgb(158,133,188); }

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

border-color css

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

 span { border-color: rgb(158,133,188); }

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