#9B65EB

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

Shades of Medium Purple #9B65EB

Tints of Medium Purple #9B65EB

Color information

#9B65EB (or 0x9B65EB) is unknown color: approx Medium Purple. HEX triplet: 9B, 65 and EB. RGB value is (155,101,235). Sum of RGB (Red+Green+Blue) = 155+101+235=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #9B65EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B65EB is #649A14. Grayscale: #838383. Windows color (decimal): -6593045 or 15426971. OLE color: 15426971.

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

Color convert

RGB155101235-
CMYK0.340.5700.08
HSL264.18º77.01%65.88%-
HSV(B)264.18º57.02%92.16%-
XYZ33.1722.2781.15-
YUV132.42185.89144.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.57%
GREEN value IS 101 (39.84% from 255) = 20.57%
BLUE value IS 235 (92.19% from 255) = 47.86%
R=31.57%
G=20.57%
B=47.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1551012350.340.5700.08264.1877.0165.88
Hex9B65EB2239081084d42
Octal2331453534271010410115102
Binary100110111100101111010111000101110010100010000100010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B65EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,101,235); }

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

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

 a { background-color: rgb(155,101,235); }

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

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

 span { border-color: rgb(155,101,235); }

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