Html Css Color HEX #65509F Butterfly Bush

📋 copy color: '#65509F'

red 101 ◦ green 80 ◦ blue 159

#65509F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Butterfly Bush #65509F

Tints of Butterfly Bush #65509F

RGB

 RED value IS 101 (39.84% from 255) = 29.71%

 GREEN value IS 80 (31.64% from 255) = 23.53%

 BLUE value IS 159 (62.5% from 255) = 46.76%

R = 29.71%
G = 23.53%
B = 46.76%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65509F (or 0x65509F) is known color: Butterfly Bush. HEX triplet: 65, 50 and 9F. RGB value is (101,80,159). Sum of RGB (Red+Green+Blue) = 101+80+159=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 159 - color contains mainly: blue. Hex color #65509F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65509F is #9AAF60. Grayscale: #5E5E5E. Windows color (decimal): -10137441 or 10440805. OLE color: 10440805.

HSL color Cylindrical-coordinate representation of color #65509F: hue angle of 255.95º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65509F is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 80 159 -
CMYK 0.36 0.50 0 0.38
HSL 255.95º 0.33% 0.47% -
HSV(B) 255.95º 0.5% 0.62% -
XYZ 14.49 11.01 34.16 -
YUV 95.29 163.96 132.08 -
System Red Green Blue C M Y K H S L
Decimal 101 80 159 0.36 0.50 0 0.38 255.95 0.33 0.47
Hex 65 50 9F 24 32 0 26 100 21 2F
Octal 145 120 237 44 62 0 46 400 41 57
Binary 1100101 1010000 10011111 100100 110010 0 100110 100000000 100001 101111

Color Harmonies of #65509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65509F

Black with #65509F

Text Example


Text Example

White with #65509F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #65509F;
 }
 .AnyTagClassName
 {
   color: #65509F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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