Html Css Color HEX #65509B Butterfly Bush

📋 copy color: '#65509B'

red 101 ◦ green 80 ◦ blue 155

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

Shades of Butterfly Bush #65509B

Tints of Butterfly Bush #65509B

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 value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#65509B (or 0x65509B) is known color: 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

RGB 101 80 155 -
CMYK 0.35 0.48 0 0.39
HSL 256.8º 0.32% 0.46% -
HSV(B) 256.8º 0.48% 0.61% -
XYZ 14.15 10.87 32.36 -
YUV 94.83 161.96 132.4 -
System Red Green Blue C M Y K H S L
Decimal 101 80 155 0.35 0.48 0 0.39 256.8 0.32 0.46
Hex 65 50 9B 23 30 0 27 101 20 2E
Octal 145 120 233 43 60 0 47 401 40 56
Binary 1100101 1010000 10011011 100011 110000 0 100111 100000001 100000 101110

Color Harmonies of #65509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65509B

Black with #65509B

Text Example


Text Example

White with #65509B

Text Example


Text Example

HTML Codes & Css Web 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>