Html Css Color HEX #9B56EE Medium Purple

📋 copy color: '#9B56EE'

red 155 ◦ green 86 ◦ blue 238

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

Shades of Medium Purple #9B56EE

Tints of Medium Purple #9B56EE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.95%

 BLUE value IS 238 (93.36% from 255) = 49.69%

R = 32.36%
G = 17.95%
B = 49.69%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9B56EE (or 0x9B56EE) is known color: Medium Purple. HEX triplet: 9B, 56 and EE. RGB value is (155,86,238). Sum of RGB (Red+Green+Blue) = 155+86+238=479 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.36% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #9B56EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B56EE is #64A911. Grayscale: #7B7B7B. Windows color (decimal): -6596882 or 15619739. OLE color: 15619739.

HSL color Cylindrical-coordinate representation of color #9B56EE: hue angle of 267.24º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B56EE is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 86 238 -
CMYK 0.35 0.64 0 0.07
HSL 267.24º 0.82% 0.64% -
HSV(B) 267.24º 0.64% 0.93% -
XYZ 32.28 19.8 83.01 -
YUV 123.96 192.36 150.14 -
System Red Green Blue C M Y K H S L
Decimal 155 86 238 0.35 0.64 0 0.07 267.24 0.82 0.64
Hex 9B 56 EE 23 40 0 7 10B 52 40
Octal 233 126 356 43 100 0 7 413 122 100
Binary 10011011 1010110 11101110 100011 1000000 0 111 100001011 1010010 1000000

Color Harmonies of #9B56EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B56EE

Black with #9B56EE

Text Example


Text Example

White with #9B56EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,86,238); }

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

background-color css

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

 a { background-color: rgb(155,86,238); }

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

border-color css

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

 span { border-color: rgb(155,86,238); }

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