Html Css Color HEX #9E7BE7 Medium Purple

📋 copy color: '#9E7BE7'

red 158 ◦ green 123 ◦ blue 231

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

Shades of Medium Purple #9E7BE7

Tints of Medium Purple #9E7BE7

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.02%

 BLUE value IS 231 (90.63% from 255) = 45.12%

R = 30.86%
G = 24.02%
B = 45.12%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9E7BE7 (or 0x9E7BE7) is known color: Medium Purple. HEX triplet: 9E, 7B and E7. RGB value is (158,123,231). Sum of RGB (Red+Green+Blue) = 158+123+231=512 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.86% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 231 (90.62% from 255 or 45.12% from 512); Max value from RGB is 231 - color contains mainly: blue. Hex color #9E7BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7BE7 is #618418. Grayscale: #919191. Windows color (decimal): -6390809 or 15170462. OLE color: 15170462.

HSL color Cylindrical-coordinate representation of color #9E7BE7: hue angle of 259.44º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E7BE7 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 158 123 231 -
CMYK 0.32 0.47 0 0.09
HSL 259.44º 0.69% 0.69% -
HSV(B) 259.44º 0.47% 0.91% -
XYZ 35.61 27.2 78.98 -
YUV 145.78 176.1 136.72 -
System Red Green Blue C M Y K H S L
Decimal 158 123 231 0.32 0.47 0 0.09 259.44 0.69 0.69
Hex 9E 7B E7 20 2F 0 9 103 45 45
Octal 236 173 347 40 57 0 11 403 105 105
Binary 10011110 1111011 11100111 100000 101111 0 1001 100000011 1000101 1000101

Color Harmonies of #9E7BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7BE7

Black with #9E7BE7

Text Example


Text Example

White with #9E7BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,123,231); }

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

background-color css

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

 a { background-color: rgb(158,123,231); }

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

border-color css

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

 span { border-color: rgb(158,123,231); }

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