#9B67EE

Color #9B67EE Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9B67EE

Tints of Medium Purple #9B67EE

Color information

#9B67EE (or 0x9B67EE) is unknown color: approx Medium Purple. HEX triplet: 9B, 67 and EE. RGB value is (155,103,238). Sum of RGB (Red+Green+Blue) = 155+103+238=496 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.25% from 496); Green value is 103 (40.62% from 255 or 20.77% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #9B67EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B67EE is #649811. Grayscale: #858585. Windows color (decimal): -6592530 or 15624091. OLE color: 15624091.

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

Color convert

RGB155103238-
CMYK0.350.5700.07
HSL263.11º79.88%66.86%-
HSV(B)263.11º56.72%93.33%-
XYZ33.822.8483.52-
YUV133.94186.73143.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.25%
GREEN value IS 103 (40.62% from 255) = 20.77%
BLUE value IS 238 (93.36% from 255) = 47.98%
R=31.25%
G=20.77%
B=47.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1551032380.350.5700.07263.1179.8866.86
Hex9B67EE2339071075043
Octal233147356437107407120103
Binary10011011110011111101110100011111001011110000011110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B67EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B67EE;
 }
 .AnyTagClassName
 {
   color: #9B67EE;
 }
</style>
background-color css

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

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

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

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

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

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