Html Css Color HEX #655895 Butterfly Bush

📋 copy color: '#655895'

red 101 ◦ green 88 ◦ blue 149

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

Shades of Butterfly Bush #655895

Tints of Butterfly Bush #655895

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.04%

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

R = 29.88%
G = 26.04%
B = 44.08%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#655895 (or 0x655895) is known color: Butterfly Bush. HEX triplet: 65, 58 and 95. RGB value is (101,88,149). Sum of RGB (Red+Green+Blue) = 101+88+149=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #655895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655895 is #9AA76A. Grayscale: #626262. Windows color (decimal): -10135403 or 9787493. OLE color: 9787493.

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

Color convert

RGB 101 88 149 -
CMYK 0.32 0.41 0 0.42
HSL 252.79º 0.26% 0.46% -
HSV(B) 252.79º 0.41% 0.58% -
XYZ 14.28 11.92 29.98 -
YUV 98.84 156.31 129.54 -
System Red Green Blue C M Y K H S L
Decimal 101 88 149 0.32 0.41 0 0.42 252.79 0.26 0.46
Hex 65 58 95 20 29 0 2A FD 1A 2E
Octal 145 130 225 40 51 0 52 375 32 56
Binary 1100101 1011000 10010101 100000 101001 0 101010 11111101 11010 101110

Color Harmonies of #655895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655895

Black with #655895

Text Example


Text Example

White with #655895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655895; }

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

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

background-color css

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

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

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

border-color css

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

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

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