Html Css Color HEX #655595 Butterfly Bush

📋 copy color: '#655595'

red 101 ◦ green 85 ◦ blue 149

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

Shades of Butterfly Bush #655595

Tints of Butterfly Bush #655595

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.37%

 BLUE value IS 149 (58.59% from 255) = 44.48%

R = 30.15%
G = 25.37%
B = 44.48%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#655595 (or 0x655595) is known color: Butterfly Bush. HEX triplet: 65, 55 and 95. RGB value is (101,85,149). Sum of RGB (Red+Green+Blue) = 101+85+149=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #655595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655595 is #9AAA6A. Grayscale: #606060. Windows color (decimal): -10136171 or 9786725. OLE color: 9786725.

HSL color Cylindrical-coordinate representation of color #655595: hue angle of 255º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #655595 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 85 149 -
CMYK 0.32 0.43 0 0.42
HSL 255º 0.27% 0.46% -
HSV(B) 255º 0.43% 0.58% -
XYZ 14.04 11.43 29.9 -
YUV 97.08 157.3 130.8 -
System Red Green Blue C M Y K H S L
Decimal 101 85 149 0.32 0.43 0 0.42 255 0.27 0.46
Hex 65 55 95 20 2B 0 2A FF 1B 2E
Octal 145 125 225 40 53 0 52 377 33 56
Binary 1100101 1010101 10010101 100000 101011 0 101010 11111111 11011 101110

Color Harmonies of #655595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655595

Black with #655595

Text Example


Text Example

White with #655595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655595; }

 p { color: rgb(101,85,149); }

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

background-color css

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

 a { background-color: rgb(101,85,149); }

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

border-color css

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

 span { border-color: rgb(101,85,149); }

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