Html Css Color HEX #9E7FCF Cold Purple

📋 copy color: '#9E7FCF'

red 158 ◦ green 127 ◦ blue 207

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

Shades of Cold Purple #9E7FCF

Tints of Cold Purple #9E7FCF

RGB

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

 GREEN value IS 127 (50% from 255) = 25.81%

 BLUE value IS 207 (81.25% from 255) = 42.07%

R = 32.11%
G = 25.81%
B = 42.07%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E7FCF (or 0x9E7FCF) is known color: Cold Purple. HEX triplet: 9E, 7F and CF. RGB value is (158,127,207). Sum of RGB (Red+Green+Blue) = 158+127+207=492 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.11% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E7FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7FCF is #618030. Grayscale: #919191. Windows color (decimal): -6389809 or 13598622. OLE color: 13598622.

HSL color Cylindrical-coordinate representation of color #9E7FCF: hue angle of 263.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E7FCF is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 158 127 207 -
CMYK 0.24 0.39 0 0.19
HSL 263.25º 0.45% 0.65% -
HSV(B) 263.25º 0.39% 0.81% -
XYZ 32.95 26.95 62.5 -
YUV 145.39 162.77 137 -
System Red Green Blue C M Y K H S L
Decimal 158 127 207 0.24 0.39 0 0.19 263.25 0.45 0.65
Hex 9E 7F CF 18 27 0 13 107 2D 41
Octal 236 177 317 30 47 0 23 407 55 101
Binary 10011110 1111111 11001111 11000 100111 0 10011 100000111 101101 1000001

Color Harmonies of #9E7FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7FCF

Black with #9E7FCF

Text Example


Text Example

White with #9E7FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,127,207); }

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

background-color css

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

 a { background-color: rgb(158,127,207); }

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

border-color css

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

 span { border-color: rgb(158,127,207); }

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