Html Css Color HEX #655495 Butterfly Bush

📋 copy color: '#655495'

red 101 ◦ green 84 ◦ blue 149

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

Shades of Butterfly Bush #655495

Tints of Butterfly Bush #655495

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.15%

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

R = 30.24%
G = 25.15%
B = 44.61%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#655495 (or 0x655495) is known color: Butterfly Bush. HEX triplet: 65, 54 and 95. RGB value is (101,84,149). Sum of RGB (Red+Green+Blue) = 101+84+149=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #655495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655495 is #9AAB6A. Grayscale: #606060. Windows color (decimal): -10136427 or 9786469. OLE color: 9786469.

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

Color convert

RGB 101 84 149 -
CMYK 0.32 0.44 0 0.42
HSL 255.69º 0.28% 0.46% -
HSV(B) 255.69º 0.44% 0.58% -
XYZ 13.96 11.28 29.87 -
YUV 96.49 157.63 131.21 -
System Red Green Blue C M Y K H S L
Decimal 101 84 149 0.32 0.44 0 0.42 255.69 0.28 0.46
Hex 65 54 95 20 2C 0 2A 100 1C 2E
Octal 145 124 225 40 54 0 52 400 34 56
Binary 1100101 1010100 10010101 100000 101100 0 101010 100000000 11100 101110

Color Harmonies of #655495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655495

Black with #655495

Text Example


Text Example

White with #655495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655495; }

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

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

background-color css

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

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

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

border-color css

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

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

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