Html Css Color HEX #634E95 Butterfly Bush

📋 copy color: '#634E95'

red 99 ◦ green 78 ◦ blue 149

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

Shades of Butterfly Bush #634E95

Tints of Butterfly Bush #634E95

RGB

 RED value IS 99 (39.06% from 255) = 30.37%

 GREEN value IS 78 (30.86% from 255) = 23.93%

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

R = 30.37%
G = 23.93%
B = 45.71%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#634E95 (or 0x634E95) is known color: Butterfly Bush. HEX triplet: 63, 4E and 95. RGB value is (99,78,149). Sum of RGB (Red+Green+Blue) = 99+78+149=326 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.37% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 149 - color contains mainly: blue. Hex color #634E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #634E95 is #9CB16A. Grayscale: #5C5C5C. Windows color (decimal): -10269035 or 9784931. OLE color: 9784931.

HSL color Cylindrical-coordinate representation of color #634E95: hue angle of 257.75º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #634E95 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 78 149 -
CMYK 0.34 0.48 0 0.42
HSL 257.75º 0.31% 0.45% -
HSV(B) 257.75º 0.48% 0.58% -
XYZ 13.29 10.27 29.72 -
YUV 92.37 159.96 132.73 -
System Red Green Blue C M Y K H S L
Decimal 99 78 149 0.34 0.48 0 0.42 257.75 0.31 0.45
Hex 63 4E 95 22 30 0 2A 102 1F 2D
Octal 143 116 225 42 60 0 52 402 37 55
Binary 1100011 1001110 10010101 100010 110000 0 101010 100000010 11111 101101

Color Harmonies of #634E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634E95

Black with #634E95

Text Example


Text Example

White with #634E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634E95; }

 p { color: rgb(99,78,149); }

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

background-color css

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

 a { background-color: rgb(99,78,149); }

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

border-color css

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

 span { border-color: rgb(99,78,149); }

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