Html Css Color HEX #635382 Butterfly Bush

📋 copy color: '#635382'

red 99 ◦ green 83 ◦ blue 130

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

Shades of Butterfly Bush #635382

Tints of Butterfly Bush #635382

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.6%

 BLUE value IS 130 (51.17% from 255) = 41.67%

R = 31.73%
G = 26.6%
B = 41.67%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#635382 (or 0x635382) is known color: Butterfly Bush. HEX triplet: 63, 53 and 82. RGB value is (99,83,130). Sum of RGB (Red+Green+Blue) = 99+83+130=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 130 - color contains mainly: blue. Hex color #635382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635382 is #9CAC7D. Grayscale: #5C5C5C. Windows color (decimal): -10267774 or 8541027. OLE color: 8541027.

HSL color Cylindrical-coordinate representation of color #635382: hue angle of 260.43º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #635382 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 83 130 -
CMYK 0.24 0.36 0 0.49
HSL 260.43º 0.22% 0.42% -
HSV(B) 260.43º 0.36% 0.51% -
XYZ 12.27 10.45 22.49 -
YUV 93.14 148.8 132.18 -
System Red Green Blue C M Y K H S L
Decimal 99 83 130 0.24 0.36 0 0.49 260.43 0.22 0.42
Hex 63 53 82 18 24 0 31 104 16 2A
Octal 143 123 202 30 44 0 61 404 26 52
Binary 1100011 1010011 10000010 11000 100100 0 110001 100000100 10110 101010

Color Harmonies of #635382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635382

Black with #635382

Text Example


Text Example

White with #635382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635382; }

 p { color: rgb(99,83,130); }

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

background-color css

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

 a { background-color: rgb(99,83,130); }

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

border-color css

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

 span { border-color: rgb(99,83,130); }

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