Html Css Color HEX #9B7CDE Medium Purple

📋 copy color: '#9B7CDE'

red 155 ◦ green 124 ◦ blue 222

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

Shades of Medium Purple #9B7CDE

Tints of Medium Purple #9B7CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.31%

R = 30.94%
G = 24.75%
B = 44.31%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B7CDE (or 0x9B7CDE) is known color: Medium Purple. HEX triplet: 9B, 7C and DE. RGB value is (155,124,222). Sum of RGB (Red+Green+Blue) = 155+124+222=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #9B7CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7CDE is #648321. Grayscale: #909090. Windows color (decimal): -6587170 or 14580891. OLE color: 14580891.

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

Color convert

RGB 155 124 222 -
CMYK 0.30 0.44 0 0.13
HSL 258.98º 0.6% 0.68% -
HSV(B) 258.98º 0.44% 0.87% -
XYZ 33.91 26.66 72.47 -
YUV 144.44 171.77 135.53 -
System Red Green Blue C M Y K H S L
Decimal 155 124 222 0.30 0.44 0 0.13 258.98 0.6 0.68
Hex 9B 7C DE 1E 2C 0 D 103 3C 44
Octal 233 174 336 36 54 0 15 403 74 104
Binary 10011011 1111100 11011110 11110 101100 0 1101 100000011 111100 1000100

Color Harmonies of #9B7CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7CDE

Black with #9B7CDE

Text Example


Text Example

White with #9B7CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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