Html Css Color HEX #8A649E Ce Soir

📋 copy color: '#8A649E'

red 138 ◦ green 100 ◦ blue 158

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

Shades of Ce Soir #8A649E

Tints of Ce Soir #8A649E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.9%

R = 34.85%
G = 25.25%
B = 39.9%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A649E (or 0x8A649E) is known color: Ce Soir. HEX triplet: 8A, 64 and 9E. RGB value is (138,100,158). Sum of RGB (Red+Green+Blue) = 138+100+158=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 158 - color contains mainly: blue. Hex color #8A649E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A649E is #759B61. Grayscale: #757575. Windows color (decimal): -7707490 or 10380426. OLE color: 10380426.

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

Color convert

RGB 138 100 158 -
CMYK 0.13 0.37 0 0.38
HSL 279.31º 0.23% 0.51% -
HSV(B) 279.31º 0.37% 0.62% -
XYZ 21.21 16.99 34.51 -
YUV 117.97 150.59 142.28 -
System Red Green Blue C M Y K H S L
Decimal 138 100 158 0.13 0.37 0 0.38 279.31 0.23 0.51
Hex 8A 64 9E D 25 0 26 117 17 33
Octal 212 144 236 15 45 0 46 427 27 63
Binary 10001010 1100100 10011110 1101 100101 0 100110 100010111 10111 110011

Color Harmonies of #8A649E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A649E

Black with #8A649E

Text Example


Text Example

White with #8A649E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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