Html Css Color HEX #9C7FEB Medium Purple

📋 copy color: '#9C7FEB'

red 156 ◦ green 127 ◦ blue 235

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

Shades of Medium Purple #9C7FEB

Tints of Medium Purple #9C7FEB

RGB

 RED value IS 156 (61.33% from 255) = 30.12%

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

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

R = 30.12%
G = 24.52%
B = 45.37%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9C7FEB (or 0x9C7FEB) is known color: Medium Purple. HEX triplet: 9C, 7F and EB. RGB value is (156,127,235). Sum of RGB (Red+Green+Blue) = 156+127+235=518 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.12% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C7FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7FEB is #638014. Grayscale: #939393. Windows color (decimal): -6520853 or 15433628. OLE color: 15433628.

HSL color Cylindrical-coordinate representation of color #9C7FEB: hue angle of 256.11º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C7FEB is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 156 127 235 -
CMYK 0.34 0.46 0 0.08
HSL 256.11º 0.73% 0.71% -
HSV(B) 256.11º 0.46% 0.92% -
XYZ 36.3 28.24 82.14 -
YUV 147.98 177.11 133.72 -
System Red Green Blue C M Y K H S L
Decimal 156 127 235 0.34 0.46 0 0.08 256.11 0.73 0.71
Hex 9C 7F EB 22 2E 0 8 100 49 47
Octal 234 177 353 42 56 0 10 400 111 107
Binary 10011100 1111111 11101011 100010 101110 0 1000 100000000 1001001 1000111

Color Harmonies of #9C7FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7FEB

Black with #9C7FEB

Text Example


Text Example

White with #9C7FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,127,235); }

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

background-color css

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

 a { background-color: rgb(156,127,235); }

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

border-color css

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

 span { border-color: rgb(156,127,235); }

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