#65509B

Color #65509B Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #65509B

Tints of Butterfly Bush #65509B

Color information

#65509B (or 0x65509B) is unknown color: approx Butterfly Bush. HEX triplet: 65, 50 and 9B. RGB value is (101,80,155). Sum of RGB (Red+Green+Blue) = 101+80+155=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #65509B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65509B is #9AAF64. Grayscale: #5E5E5E. Windows color (decimal): -10137445 or 10178661. OLE color: 10178661.

HSL color Cylindrical-coordinate representation of color #65509B: hue angle of 256.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65509B is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10180155-
CMYK0.350.4800.39
HSL256.8º31.91%46.08%-
HSV(B)256.8º48.39%60.78%-
XYZ14.1510.8732.36-
YUV94.83161.96132.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.06%
GREEN value IS 80 (31.64% from 255) = 23.81%
BLUE value IS 155 (60.94% from 255) = 46.13%
R=30.06%
G=23.81%
B=46.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101801550.350.4800.39256.831.9146.08
Hex65509B2330027101202e
Octal14512023343600474014056
Binary11001011010000100110111000111100000100111100000001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65509B; }

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

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

<style>
 a { background-color: #65509B; }

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

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

<style>
 span { border-color: #65509B; }

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

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