Html Css Color HEX #9E8FCD Cold Purple

📋 copy color: '#9E8FCD'

red 158 ◦ green 143 ◦ blue 205

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

Shades of Cold Purple #9E8FCD

Tints of Cold Purple #9E8FCD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.26%

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

R = 31.23%
G = 28.26%
B = 40.51%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9E8FCD (or 0x9E8FCD) is known color: Cold Purple. HEX triplet: 9E, 8F and CD. RGB value is (158,143,205). Sum of RGB (Red+Green+Blue) = 158+143+205=506 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.23% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E8FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8FCD is #617032. Grayscale: #9A9A9A. Windows color (decimal): -6385715 or 13471646. OLE color: 13471646.

HSL color Cylindrical-coordinate representation of color #9E8FCD: hue angle of 254.52º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E8FCD is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 143 205 -
CMYK 0.23 0.30 0 0.20
HSL 254.52º 0.38% 0.68% -
HSV(B) 254.52º 0.3% 0.8% -
XYZ 34.94 31.32 61.96 -
YUV 154.55 156.47 130.46 -
System Red Green Blue C M Y K H S L
Decimal 158 143 205 0.23 0.30 0 0.20 254.52 0.38 0.68
Hex 9E 8F CD 17 1E 0 14 FF 26 44
Octal 236 217 315 27 36 0 24 377 46 104
Binary 10011110 10001111 11001101 10111 11110 0 10100 11111111 100110 1000100

Color Harmonies of #9E8FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8FCD

Black with #9E8FCD

Text Example


Text Example

White with #9E8FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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