Html Css Color HEX #9B7EED Medium Purple

📋 copy color: '#9B7EED'

red 155 ◦ green 126 ◦ blue 237

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

Shades of Medium Purple #9B7EED

Tints of Medium Purple #9B7EED

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.32%

 BLUE value IS 237 (92.97% from 255) = 45.75%

R = 29.92%
G = 24.32%
B = 45.75%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9B7EED (or 0x9B7EED) is known color: Medium Purple. HEX triplet: 9B, 7E and ED. RGB value is (155,126,237). Sum of RGB (Red+Green+Blue) = 155+126+237=518 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.92% from 518); Green value is 126 (49.61% from 255 or 24.32% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #9B7EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B7EED is #648112. Grayscale: #929292. Windows color (decimal): -6586643 or 15564443. OLE color: 15564443.

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

Color convert

RGB 155 126 237 -
CMYK 0.35 0.47 0 0.07
HSL 255.68º 0.76% 0.71% -
HSV(B) 255.68º 0.47% 0.93% -
XYZ 36.26 28 83.61 -
YUV 147.33 178.61 133.47 -
System Red Green Blue C M Y K H S L
Decimal 155 126 237 0.35 0.47 0 0.07 255.68 0.76 0.71
Hex 9B 7E ED 23 2F 0 7 100 4C 47
Octal 233 176 355 43 57 0 7 400 114 107
Binary 10011011 1111110 11101101 100011 101111 0 111 100000000 1001100 1000111

Color Harmonies of #9B7EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7EED

Black with #9B7EED

Text Example


Text Example

White with #9B7EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,126,237); }

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

background-color css

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

 a { background-color: rgb(155,126,237); }

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

border-color css

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

 span { border-color: rgb(155,126,237); }

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