Html Css Color HEX #8A669E Ce Soir

📋 copy color: '#8A669E'

red 138 ◦ green 102 ◦ blue 158

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

Shades of Ce Soir #8A669E

Tints of Ce Soir #8A669E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.63%

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

R = 34.67%
G = 25.63%
B = 39.7%

CMYK

 C value IS 0.13

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A669E (or 0x8A669E) is known color: Ce Soir. HEX triplet: 8A, 66 and 9E. RGB value is (138,102,158). Sum of RGB (Red+Green+Blue) = 138+102+158=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 158 - color contains mainly: blue. Hex color #8A669E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A669E is #759961. Grayscale: #767676. Windows color (decimal): -7706978 or 10380938. OLE color: 10380938.

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

Color convert

RGB 138 102 158 -
CMYK 0.13 0.35 0 0.38
HSL 278.57º 0.22% 0.51% -
HSV(B) 278.57º 0.35% 0.62% -
XYZ 21.4 17.37 34.57 -
YUV 119.15 149.93 141.45 -
System Red Green Blue C M Y K H S L
Decimal 138 102 158 0.13 0.35 0 0.38 278.57 0.22 0.51
Hex 8A 66 9E D 23 0 26 117 16 33
Octal 212 146 236 15 43 0 46 427 26 63
Binary 10001010 1100110 10011110 1101 100011 0 100110 100010111 10110 110011

Color Harmonies of #8A669E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A669E

Black with #8A669E

Text Example


Text Example

White with #8A669E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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