Html Css Color HEX #9B7CEA Medium Purple

📋 copy color: '#9B7CEA'

red 155 ◦ green 124 ◦ blue 234

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

Shades of Medium Purple #9B7CEA

Tints of Medium Purple #9B7CEA

RGB

 RED value IS 155 (60.94% from 255) = 30.21%

 GREEN value IS 124 (48.83% from 255) = 24.17%

 BLUE value IS 234 (91.8% from 255) = 45.61%

R = 30.21%
G = 24.17%
B = 45.61%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9B7CEA (or 0x9B7CEA) is known color: Medium Purple. HEX triplet: 9B, 7C and EA. RGB value is (155,124,234). Sum of RGB (Red+Green+Blue) = 155+124+234=513 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.21% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #9B7CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B7CEA is #648315. Grayscale: #919191. Windows color (decimal): -6587158 or 15367323. OLE color: 15367323.

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

Color convert

RGB 155 124 234 -
CMYK 0.34 0.47 0 0.08
HSL 256.91º 0.72% 0.7% -
HSV(B) 256.91º 0.47% 0.92% -
XYZ 35.58 27.32 81.24 -
YUV 145.81 177.77 134.56 -
System Red Green Blue C M Y K H S L
Decimal 155 124 234 0.34 0.47 0 0.08 256.91 0.72 0.7
Hex 9B 7C EA 22 2F 0 8 101 48 46
Octal 233 174 352 42 57 0 10 401 110 106
Binary 10011011 1111100 11101010 100010 101111 0 1000 100000001 1001000 1000110

Color Harmonies of #9B7CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7CEA

Black with #9B7CEA

Text Example


Text Example

White with #9B7CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,124,234); }

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

background-color css

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

 a { background-color: rgb(155,124,234); }

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

border-color css

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

 span { border-color: rgb(155,124,234); }

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