#65509d

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

Shades of Butterfly Bush #65509D

Tints of Butterfly Bush #65509D

Color information

#65509D (or 0x65509D) is unknown color: approx Butterfly Bush. HEX triplet: 65, 50 and 9D. RGB value is (101,80,157). Sum of RGB (Red+Green+Blue) = 101+80+157=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 157 - color contains mainly: blue. Hex color #65509D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65509D is #9AAF62. Grayscale: #5E5E5E. Windows color (decimal): -10137443 or 10309733. OLE color: 10309733.

HSL color Cylindrical-coordinate representation of color #65509D: hue angle of 256.36º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65509D is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10180157-
CMYK0.360.4900.38
HSL256.36º32.49%46.47%-
HSV(B)256.36º49.04%61.57%-
XYZ14.3210.9433.25-
YUV95.06162.96132.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.88%
GREEN value IS 80 (31.64% from 255) = 23.67%
BLUE value IS 157 (61.72% from 255) = 46.45%
R=29.88%
G=23.67%
B=46.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101801570.360.4900.38256.3632.4946.47
Hex65509D2431026100202e
Octal14512023544610464004056
Binary11001011010000100111011001001100010100110100000000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65509d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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