Html Css Color HEX #9E8CBC Cold Purple

📋 copy color: '#9E8CBC'

red 158 ◦ green 140 ◦ blue 188

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

Shades of Cold Purple #9E8CBC

Tints of Cold Purple #9E8CBC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.81%

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

R = 32.51%
G = 28.81%
B = 38.68%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9E8CBC (or 0x9E8CBC) is known color: Cold Purple. HEX triplet: 9E, 8C and BC. RGB value is (158,140,188). Sum of RGB (Red+Green+Blue) = 158+140+188=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E8CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8CBC is #617343. Grayscale: #969696. Windows color (decimal): -6386500 or 12356766. OLE color: 12356766.

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

Color convert

RGB 158 140 188 -
CMYK 0.16 0.26 0 0.26
HSL 262.5º 0.26% 0.64% -
HSV(B) 262.5º 0.26% 0.74% -
XYZ 32.56 29.66 51.59 -
YUV 150.85 148.96 133.1 -
System Red Green Blue C M Y K H S L
Decimal 158 140 188 0.16 0.26 0 0.26 262.5 0.26 0.64
Hex 9E 8C BC 10 1A 0 1A 106 1A 40
Octal 236 214 274 20 32 0 32 406 32 100
Binary 10011110 10001100 10111100 10000 11010 0 11010 100000110 11010 1000000

Color Harmonies of #9E8CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8CBC

Black with #9E8CBC

Text Example


Text Example

White with #9E8CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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