Html Css Color HEX #9B7EDF Medium Purple

📋 copy color: '#9B7EDF'

red 155 ◦ green 126 ◦ blue 223

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

Shades of Medium Purple #9B7EDF

Tints of Medium Purple #9B7EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.25%

R = 30.75%
G = 25%
B = 44.25%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B7EDF (or 0x9B7EDF) is known color: Medium Purple. HEX triplet: 9B, 7E and DF. RGB value is (155,126,223). Sum of RGB (Red+Green+Blue) = 155+126+223=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 126 (49.61% from 255 or 25% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B7EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7EDF is #648120. Grayscale: #919191. Windows color (decimal): -6586657 or 14646939. OLE color: 14646939.

HSL color Cylindrical-coordinate representation of color #9B7EDF: hue angle of 257.94º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B7EDF is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 126 223 -
CMYK 0.30 0.43 0 0.13
HSL 257.94º 0.6% 0.68% -
HSV(B) 257.94º 0.43% 0.87% -
XYZ 34.3 27.22 73.26 -
YUV 145.73 171.61 134.61 -
System Red Green Blue C M Y K H S L
Decimal 155 126 223 0.30 0.43 0 0.13 257.94 0.6 0.68
Hex 9B 7E DF 1E 2B 0 D 102 3C 44
Octal 233 176 337 36 53 0 15 402 74 104
Binary 10011011 1111110 11011111 11110 101011 0 1101 100000010 111100 1000100

Color Harmonies of #9B7EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7EDF

Black with #9B7EDF

Text Example


Text Example

White with #9B7EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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