Html Css Color HEX #9E6BEB Medium Purple

📋 copy color: '#9E6BEB'

red 158 ◦ green 107 ◦ blue 235

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

Shades of Medium Purple #9E6BEB

Tints of Medium Purple #9E6BEB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.4%

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

R = 31.6%
G = 21.4%
B = 47%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9E6BEB (or 0x9E6BEB) is known color: Medium Purple. HEX triplet: 9E, 6B and EB. RGB value is (158,107,235). Sum of RGB (Red+Green+Blue) = 158+107+235=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E6BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6BEB is #619414. Grayscale: #888888. Windows color (decimal): -6394901 or 15428510. OLE color: 15428510.

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

Color convert

RGB 158 107 235 -
CMYK 0.33 0.54 0 0.08
HSL 263.91º 0.76% 0.67% -
HSV(B) 263.91º 0.54% 0.92% -
XYZ 34.35 23.78 81.38 -
YUV 136.84 183.4 143.09 -
System Red Green Blue C M Y K H S L
Decimal 158 107 235 0.33 0.54 0 0.08 263.91 0.76 0.67
Hex 9E 6B EB 21 36 0 8 108 4C 43
Octal 236 153 353 41 66 0 10 410 114 103
Binary 10011110 1101011 11101011 100001 110110 0 1000 100001000 1001100 1000011

Color Harmonies of #9E6BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6BEB

Black with #9E6BEB

Text Example


Text Example

White with #9E6BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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