Html Css Color HEX #9B5EEA Medium Purple

📋 copy color: '#9B5EEA'

red 155 ◦ green 94 ◦ blue 234

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

Shades of Medium Purple #9B5EEA

Tints of Medium Purple #9B5EEA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.46%

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

R = 32.09%
G = 19.46%
B = 48.45%

CMYK

 C value IS 0.34

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9B5EEA (or 0x9B5EEA) is known color: Medium Purple. HEX triplet: 9B, 5E and EA. RGB value is (155,94,234). Sum of RGB (Red+Green+Blue) = 155+94+234=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #9B5EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B5EEA is #64A115. Grayscale: #7F7F7F. Windows color (decimal): -6594838 or 15359643. OLE color: 15359643.

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

Color convert

RGB 155 94 234 -
CMYK 0.34 0.60 0 0.08
HSL 266.14º 0.77% 0.64% -
HSV(B) 266.14º 0.6% 0.92% -
XYZ 32.37 20.91 80.17 -
YUV 128.2 187.71 147.12 -
System Red Green Blue C M Y K H S L
Decimal 155 94 234 0.34 0.60 0 0.08 266.14 0.77 0.64
Hex 9B 5E EA 22 3C 0 8 10A 4D 40
Octal 233 136 352 42 74 0 10 412 115 100
Binary 10011011 1011110 11101010 100010 111100 0 1000 100001010 1001101 1000000

Color Harmonies of #9B5EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5EEA

Black with #9B5EEA

Text Example


Text Example

White with #9B5EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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