Html Css Color HEX #655099 Butterfly Bush

📋 copy color: '#655099'

red 101 ◦ green 80 ◦ blue 153

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

Shades of Butterfly Bush #655099

Tints of Butterfly Bush #655099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45.81%

R = 30.24%
G = 23.95%
B = 45.81%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#655099 (or 0x655099) is known color: Butterfly Bush. HEX triplet: 65, 50 and 99. RGB value is (101,80,153). Sum of RGB (Red+Green+Blue) = 101+80+153=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #655099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655099 is #9AAF66. Grayscale: #5E5E5E. Windows color (decimal): -10137447 or 10047589. OLE color: 10047589.

HSL color Cylindrical-coordinate representation of color #655099: hue angle of 257.26º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #655099 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 80 153 -
CMYK 0.34 0.48 0 0.4
HSL 257.26º 0.31% 0.46% -
HSV(B) 257.26º 0.48% 0.6% -
XYZ 13.99 10.8 31.49 -
YUV 94.6 160.96 132.56 -
System Red Green Blue C M Y K H S L
Decimal 101 80 153 0.34 0.48 0 0.4 257.26 0.31 0.46
Hex 65 50 99 22 30 0 28 101 1F 2E
Octal 145 120 231 42 60 0 50 401 37 56
Binary 1100101 1010000 10011001 100010 110000 0 101000 100000001 11111 101110

Color Harmonies of #655099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655099

Black with #655099

Text Example


Text Example

White with #655099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655099; }

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

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

background-color css

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

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

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

border-color css

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

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

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