Html Css Color HEX #8A649D Ce Soir

📋 copy color: '#8A649D'

red 138 ◦ green 100 ◦ blue 157

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

Shades of Ce Soir #8A649D

Tints of Ce Soir #8A649D

RGB

 RED value IS 138 (54.3% from 255) = 34.94%

 GREEN value IS 100 (39.45% from 255) = 25.32%

 BLUE value IS 157 (61.72% from 255) = 39.75%

R = 34.94%
G = 25.32%
B = 39.75%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A649D (or 0x8A649D) is known color: Ce Soir. HEX triplet: 8A, 64 and 9D. RGB value is (138,100,157). Sum of RGB (Red+Green+Blue) = 138+100+157=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 157 - color contains mainly: blue. Hex color #8A649D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A649D is #759B62. Grayscale: #757575. Windows color (decimal): -7707491 or 10314890. OLE color: 10314890.

HSL color Cylindrical-coordinate representation of color #8A649D: hue angle of 280º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A649D is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 138 100 157 -
CMYK 0.12 0.36 0 0.38
HSL 280º 0.23% 0.5% -
HSV(B) 280º 0.36% 0.62% -
XYZ 21.12 16.95 34.06 -
YUV 117.86 150.09 142.37 -
System Red Green Blue C M Y K H S L
Decimal 138 100 157 0.12 0.36 0 0.38 280 0.23 0.5
Hex 8A 64 9D C 24 0 26 118 17 32
Octal 212 144 235 14 44 0 46 430 27 62
Binary 10001010 1100100 10011101 1100 100100 0 100110 100011000 10111 110010

Color Harmonies of #8A649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A649D

Black with #8A649D

Text Example


Text Example

White with #8A649D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A649D; }

 p { color: rgb(138,100,157); }

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

background-color css

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

 a { background-color: rgb(138,100,157); }

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

border-color css

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

 span { border-color: rgb(138,100,157); }

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