Html Css Color HEX #65509E Butterfly Bush

📋 copy color: '#65509E'

red 101 ◦ green 80 ◦ blue 158

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

Shades of Butterfly Bush #65509E

Tints of Butterfly Bush #65509E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 46.61%

R = 29.79%
G = 23.6%
B = 46.61%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65509E (or 0x65509E) is known color: Butterfly Bush. HEX triplet: 65, 50 and 9E. RGB value is (101,80,158). Sum of RGB (Red+Green+Blue) = 101+80+158=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 158 (62.11% from 255 or 46.61% from 339); Max value from RGB is 158 - color contains mainly: blue. Hex color #65509E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65509E is #9AAF61. Grayscale: #5E5E5E. Windows color (decimal): -10137442 or 10375269. OLE color: 10375269.

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

Color convert

RGB 101 80 158 -
CMYK 0.36 0.49 0 0.38
HSL 256.15º 0.33% 0.47% -
HSV(B) 256.15º 0.49% 0.62% -
XYZ 14.41 10.97 33.71 -
YUV 95.17 163.46 132.16 -
System Red Green Blue C M Y K H S L
Decimal 101 80 158 0.36 0.49 0 0.38 256.15 0.33 0.47
Hex 65 50 9E 24 31 0 26 100 21 2F
Octal 145 120 236 44 61 0 46 400 41 57
Binary 1100101 1010000 10011110 100100 110001 0 100110 100000000 100001 101111

Color Harmonies of #65509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65509E

Black with #65509E

Text Example


Text Example

White with #65509E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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