Html Css Color HEX #9B5FEA Medium Purple

📋 copy color: '#9B5FEA'

red 155 ◦ green 95 ◦ blue 234

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

Shades of Medium Purple #9B5FEA

Tints of Medium Purple #9B5FEA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.63%

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

R = 32.02%
G = 19.63%
B = 48.35%

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

#9B5FEA (or 0x9B5FEA) is known color: Medium Purple. HEX triplet: 9B, 5F and EA. RGB value is (155,95,234). Sum of RGB (Red+Green+Blue) = 155+95+234=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 95 (37.5% from 255 or 19.63% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #9B5FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B5FEA is #64A015. Grayscale: #808080. Windows color (decimal): -6594582 or 15359899. OLE color: 15359899.

HSL color Cylindrical-coordinate representation of color #9B5FEA: hue angle of 265.9º 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 #9B5FEA is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 95 234 -
CMYK 0.34 0.59 0 0.08
HSL 265.9º 0.77% 0.65% -
HSV(B) 265.9º 0.59% 0.92% -
XYZ 32.46 21.09 80.2 -
YUV 128.79 187.38 146.7 -
System Red Green Blue C M Y K H S L
Decimal 155 95 234 0.34 0.59 0 0.08 265.9 0.77 0.65
Hex 9B 5F EA 22 3B 0 8 10A 4D 41
Octal 233 137 352 42 73 0 10 412 115 101
Binary 10011011 1011111 11101010 100010 111011 0 1000 100001010 1001101 1000001

Color Harmonies of #9B5FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5FEA

Black with #9B5FEA

Text Example


Text Example

White with #9B5FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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