#9B69EA

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

Shades of Medium Purple #9B69EA

Tints of Medium Purple #9B69EA

Color information

#9B69EA (or 0x9B69EA) is unknown color: approx Medium Purple. HEX triplet: 9B, 69 and EA. RGB value is (155,105,234). Sum of RGB (Red+Green+Blue) = 155+105+234=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #9B69EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B69EA is #649615. Grayscale: #868686. Windows color (decimal): -6592022 or 15362459. OLE color: 15362459.

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

Color convert

RGB155105234-
CMYK0.340.5500.08
HSL263.26º75.44%66.47%-
HSV(B)263.26º55.13%91.76%-
XYZ33.4223.0180.52-
YUV134.66184.06142.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.38%
GREEN value IS 105 (41.41% from 255) = 21.26%
BLUE value IS 234 (91.80% from 255) = 47.37%
R=31.38%
G=21.26%
B=47.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1551052340.340.5500.08263.2675.4466.47
Hex9B69EA2237081074b42
Octal2331513524267010407113102
Binary100110111101001111010101000101101110100010000011110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B69EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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