Html Css Color HEX #665393 Butterfly Bush

📋 copy color: '#665393'

red 102 ◦ green 83 ◦ blue 147

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

Shades of Butterfly Bush #665393

Tints of Butterfly Bush #665393

RGB

 RED value IS 102 (40.23% from 255) = 30.72%

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

 BLUE value IS 147 (57.81% from 255) = 44.28%

R = 30.72%
G = 25%
B = 44.28%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#665393 (or 0x665393) is known color: Butterfly Bush. HEX triplet: 66, 53 and 93. RGB value is (102,83,147). Sum of RGB (Red+Green+Blue) = 102+83+147=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #665393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665393 is #99AC6C. Grayscale: #5F5F5F. Windows color (decimal): -10071149 or 9655142. OLE color: 9655142.

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

Color convert

RGB 102 83 147 -
CMYK 0.31 0.44 0 0.42
HSL 257.81º 0.28% 0.45% -
HSV(B) 257.81º 0.44% 0.58% -
XYZ 13.84 11.12 29.02 -
YUV 95.98 156.79 132.3 -
System Red Green Blue C M Y K H S L
Decimal 102 83 147 0.31 0.44 0 0.42 257.81 0.28 0.45
Hex 66 53 93 1F 2C 0 2A 102 1C 2D
Octal 146 123 223 37 54 0 52 402 34 55
Binary 1100110 1010011 10010011 11111 101100 0 101010 100000010 11100 101101

Color Harmonies of #665393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665393

Black with #665393

Text Example


Text Example

White with #665393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665393; }

 p { color: rgb(102,83,147); }

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

background-color css

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

 a { background-color: rgb(102,83,147); }

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

border-color css

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

 span { border-color: rgb(102,83,147); }

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