Html Css Color HEX #655996 Butterfly Bush

📋 copy color: '#655996'

red 101 ◦ green 89 ◦ blue 150

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

Shades of Butterfly Bush #655996

Tints of Butterfly Bush #655996

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.18%

 BLUE value IS 150 (58.98% from 255) = 44.12%

R = 29.71%
G = 26.18%
B = 44.12%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#655996 (or 0x655996) is known color: Butterfly Bush. HEX triplet: 65, 59 and 96. RGB value is (101,89,150). Sum of RGB (Red+Green+Blue) = 101+89+150=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 150 - color contains mainly: blue. Hex color #655996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655996 is #9AA669. Grayscale: #636363. Windows color (decimal): -10135146 or 9853285. OLE color: 9853285.

HSL color Cylindrical-coordinate representation of color #655996: hue angle of 251.8º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #655996 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 89 150 -
CMYK 0.33 0.41 0 0.41
HSL 251.8º 0.26% 0.47% -
HSV(B) 251.8º 0.41% 0.59% -
XYZ 14.44 12.11 30.43 -
YUV 99.54 156.48 129.04 -
System Red Green Blue C M Y K H S L
Decimal 101 89 150 0.33 0.41 0 0.41 251.8 0.26 0.47
Hex 65 59 96 21 29 0 29 FC 1A 2F
Octal 145 131 226 41 51 0 51 374 32 57
Binary 1100101 1011001 10010110 100001 101001 0 101001 11111100 11010 101111

Color Harmonies of #655996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655996

Black with #655996

Text Example


Text Example

White with #655996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655996; }

 p { color: rgb(101,89,150); }

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

background-color css

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

 a { background-color: rgb(101,89,150); }

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

border-color css

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

 span { border-color: rgb(101,89,150); }

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