Html Css Color HEX #9E7BEB Medium Purple

📋 copy color: '#9E7BEB'

red 158 ◦ green 123 ◦ blue 235

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

Shades of Medium Purple #9E7BEB

Tints of Medium Purple #9E7BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.54%

R = 30.62%
G = 23.84%
B = 45.54%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9E7BEB (or 0x9E7BEB) is known color: Medium Purple. HEX triplet: 9E, 7B and EB. RGB value is (158,123,235). Sum of RGB (Red+Green+Blue) = 158+123+235=516 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.62% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E7BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7BEB is #618414. Grayscale: #919191. Windows color (decimal): -6390805 or 15432606. OLE color: 15432606.

HSL color Cylindrical-coordinate representation of color #9E7BEB: hue angle of 258.75º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E7BEB is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 123 235 -
CMYK 0.33 0.48 0 0.08
HSL 258.75º 0.74% 0.7% -
HSV(B) 258.75º 0.48% 0.92% -
XYZ 36.18 27.43 81.99 -
YUV 146.23 178.1 136.39 -
System Red Green Blue C M Y K H S L
Decimal 158 123 235 0.33 0.48 0 0.08 258.75 0.74 0.7
Hex 9E 7B EB 21 30 0 8 103 4A 46
Octal 236 173 353 41 60 0 10 403 112 106
Binary 10011110 1111011 11101011 100001 110000 0 1000 100000011 1001010 1000110

Color Harmonies of #9E7BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7BEB

Black with #9E7BEB

Text Example


Text Example

White with #9E7BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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