Html Css Color HEX #9B73E6 Medium Purple

📋 copy color: '#9B73E6'

red 155 ◦ green 115 ◦ blue 230

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

Shades of Medium Purple #9B73E6

Tints of Medium Purple #9B73E6

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23%

 BLUE value IS 230 (90.23% from 255) = 46%

R = 31%
G = 23%
B = 46%

CMYK

 C value IS 0.33

 M value IS 0.5

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9B73E6 (or 0x9B73E6) is known color: Medium Purple. HEX triplet: 9B, 73 and E6. RGB value is (155,115,230). Sum of RGB (Red+Green+Blue) = 155+115+230=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 230 (90.23% from 255 or 46% from 500); Max value from RGB is 230 - color contains mainly: blue. Hex color #9B73E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B73E6 is #648C19. Grayscale: #8B8B8B. Windows color (decimal): -6589466 or 15102875. OLE color: 15102875.

HSL color Cylindrical-coordinate representation of color #9B73E6: hue angle of 260.87º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B73E6 is Cyan = 0.33, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 155 115 230 -
CMYK 0.33 0.5 0 0.10
HSL 260.87º 0.7% 0.68% -
HSV(B) 260.87º 0.5% 0.9% -
XYZ 33.93 24.94 77.89 -
YUV 140.07 178.75 138.65 -
System Red Green Blue C M Y K H S L
Decimal 155 115 230 0.33 0.5 0 0.10 260.87 0.7 0.68
Hex 9B 73 E6 21 32 0 A 105 46 44
Octal 233 163 346 41 62 0 12 405 106 104
Binary 10011011 1110011 11100110 100001 110010 0 1010 100000101 1000110 1000100

Color Harmonies of #9B73E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B73E6

Black with #9B73E6

Text Example


Text Example

White with #9B73E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,115,230); }

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

background-color css

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

 a { background-color: rgb(155,115,230); }

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

border-color css

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

 span { border-color: rgb(155,115,230); }

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