Html Css Color HEX #9B7AEE Medium Purple

📋 copy color: '#9B7AEE'

red 155 ◦ green 122 ◦ blue 238

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

Shades of Medium Purple #9B7AEE

Tints of Medium Purple #9B7AEE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.69%

 BLUE value IS 238 (93.36% from 255) = 46.21%

R = 30.1%
G = 23.69%
B = 46.21%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9B7AEE (or 0x9B7AEE) is known color: Medium Purple. HEX triplet: 9B, 7A and EE. RGB value is (155,122,238). Sum of RGB (Red+Green+Blue) = 155+122+238=515 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.10% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #9B7AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B7AEE is #648511. Grayscale: #909090. Windows color (decimal): -6587666 or 15628955. OLE color: 15628955.

HSL color Cylindrical-coordinate representation of color #9B7AEE: hue angle of 257.07º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9B7AEE is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 122 238 -
CMYK 0.35 0.49 0 0.07
HSL 257.07º 0.77% 0.71% -
HSV(B) 257.07º 0.49% 0.93% -
XYZ 35.91 27.06 84.22 -
YUV 145.09 180.43 135.07 -
System Red Green Blue C M Y K H S L
Decimal 155 122 238 0.35 0.49 0 0.07 257.07 0.77 0.71
Hex 9B 7A EE 23 31 0 7 101 4D 47
Octal 233 172 356 43 61 0 7 401 115 107
Binary 10011011 1111010 11101110 100011 110001 0 111 100000001 1001101 1000111

Color Harmonies of #9B7AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7AEE

Black with #9B7AEE

Text Example


Text Example

White with #9B7AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,122,238); }

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

background-color css

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

 a { background-color: rgb(155,122,238); }

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

border-color css

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

 span { border-color: rgb(155,122,238); }

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