Html Css Color HEX #9E85CD Cold Purple

📋 copy color: '#9E85CD'

red 158 ◦ green 133 ◦ blue 205

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

Shades of Cold Purple #9E85CD

Tints of Cold Purple #9E85CD

RGB

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

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

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

R = 31.85%
G = 26.81%
B = 41.33%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9E85CD (or 0x9E85CD) is known color: Cold Purple. HEX triplet: 9E, 85 and CD. RGB value is (158,133,205). Sum of RGB (Red+Green+Blue) = 158+133+205=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E85CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E85CD is #617A32. Grayscale: #949494. Windows color (decimal): -6388275 or 13469086. OLE color: 13469086.

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

Color convert

RGB 158 133 205 -
CMYK 0.23 0.35 0 0.20
HSL 260.83º 0.42% 0.66% -
HSV(B) 260.83º 0.35% 0.8% -
XYZ 33.51 28.45 61.48 -
YUV 148.68 159.78 134.65 -
System Red Green Blue C M Y K H S L
Decimal 158 133 205 0.23 0.35 0 0.20 260.83 0.42 0.66
Hex 9E 85 CD 17 23 0 14 105 2A 42
Octal 236 205 315 27 43 0 24 405 52 102
Binary 10011110 10000101 11001101 10111 100011 0 10100 100000101 101010 1000010

Color Harmonies of #9E85CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E85CD

Black with #9E85CD

Text Example


Text Example

White with #9E85CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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