Html Css Color HEX #9B7DEE Medium Purple

📋 copy color: '#9B7DEE'

red 155 ◦ green 125 ◦ blue 238

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

Shades of Medium Purple #9B7DEE

Tints of Medium Purple #9B7DEE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.13%

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

R = 29.92%
G = 24.13%
B = 45.95%

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

#9B7DEE (or 0x9B7DEE) is known color: Medium Purple. HEX triplet: 9B, 7D and EE. RGB value is (155,125,238). Sum of RGB (Red+Green+Blue) = 155+125+238=518 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.92% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #9B7DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B7DEE is #648211. Grayscale: #929292. Windows color (decimal): -6586898 or 15629723. OLE color: 15629723.

HSL color Cylindrical-coordinate representation of color #9B7DEE: hue angle of 255.93º degrees, saturation: 0.77, 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 #9B7DEE is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 125 238 -
CMYK 0.35 0.47 0 0.07
HSL 255.93º 0.77% 0.71% -
HSV(B) 255.93º 0.47% 0.93% -
XYZ 36.28 27.81 84.34 -
YUV 146.85 179.44 133.81 -
System Red Green Blue C M Y K H S L
Decimal 155 125 238 0.35 0.47 0 0.07 255.93 0.77 0.71
Hex 9B 7D EE 23 2F 0 7 100 4D 47
Octal 233 175 356 43 57 0 7 400 115 107
Binary 10011011 1111101 11101110 100011 101111 0 111 100000000 1001101 1000111

Color Harmonies of #9B7DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7DEE

Black with #9B7DEE

Text Example


Text Example

White with #9B7DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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