Html Css Color HEX #9B60EA Medium Purple

📋 copy color: '#9B60EA'

red 155 ◦ green 96 ◦ blue 234

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

Shades of Medium Purple #9B60EA

Tints of Medium Purple #9B60EA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.79%

 BLUE value IS 234 (91.8% from 255) = 48.25%

R = 31.96%
G = 19.79%
B = 48.25%

CMYK

 C value IS 0.34

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9B60EA (or 0x9B60EA) is known color: Medium Purple. HEX triplet: 9B, 60 and EA. RGB value is (155,96,234). Sum of RGB (Red+Green+Blue) = 155+96+234=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #9B60EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B60EA is #649F15. Grayscale: #808080. Windows color (decimal): -6594326 or 15360155. OLE color: 15360155.

HSL color Cylindrical-coordinate representation of color #9B60EA: hue angle of 265.65º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B60EA is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 96 234 -
CMYK 0.34 0.59 0 0.08
HSL 265.65º 0.77% 0.65% -
HSV(B) 265.65º 0.59% 0.92% -
XYZ 32.55 21.27 80.23 -
YUV 129.37 187.05 146.28 -
System Red Green Blue C M Y K H S L
Decimal 155 96 234 0.34 0.59 0 0.08 265.65 0.77 0.65
Hex 9B 60 EA 22 3B 0 8 10A 4D 41
Octal 233 140 352 42 73 0 10 412 115 101
Binary 10011011 1100000 11101010 100010 111011 0 1000 100001010 1001101 1000001

Color Harmonies of #9B60EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B60EA

Black with #9B60EA

Text Example


Text Example

White with #9B60EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,96,234); }

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

background-color css

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

 a { background-color: rgb(155,96,234); }

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

border-color css

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

 span { border-color: rgb(155,96,234); }

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