Html Css Color HEX #655090 Butterfly Bush

📋 copy color: '#655090'

red 101 ◦ green 80 ◦ blue 144

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

Shades of Butterfly Bush #655090

Tints of Butterfly Bush #655090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.31%

R = 31.08%
G = 24.62%
B = 44.31%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#655090 (or 0x655090) is known color: Butterfly Bush. HEX triplet: 65, 50 and 90. RGB value is (101,80,144). Sum of RGB (Red+Green+Blue) = 101+80+144=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #655090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655090 is #9AAF6F. Grayscale: #5D5D5D. Windows color (decimal): -10137456 or 9457765. OLE color: 9457765.

HSL color Cylindrical-coordinate representation of color #655090: hue angle of 259.69º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #655090 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 80 144 -
CMYK 0.30 0.44 0 0.44
HSL 259.69º 0.29% 0.44% -
HSV(B) 259.69º 0.44% 0.56% -
XYZ 13.27 10.52 27.72 -
YUV 93.58 156.46 133.3 -
System Red Green Blue C M Y K H S L
Decimal 101 80 144 0.30 0.44 0 0.44 259.69 0.29 0.44
Hex 65 50 90 1E 2C 0 2C 104 1D 2C
Octal 145 120 220 36 54 0 54 404 35 54
Binary 1100101 1010000 10010000 11110 101100 0 101100 100000100 11101 101100

Color Harmonies of #655090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655090

Black with #655090

Text Example


Text Example

White with #655090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655090; }

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

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

background-color css

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

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

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

border-color css

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

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

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