Html Css Color HEX #8A7098 Ce Soir

📋 copy color: '#8A7098'

red 138 ◦ green 112 ◦ blue 152

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

Shades of Ce Soir #8A7098

Tints of Ce Soir #8A7098

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.86%

 BLUE value IS 152 (59.77% from 255) = 37.81%

R = 34.33%
G = 27.86%
B = 37.81%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8A7098 (or 0x8A7098) is known color: Ce Soir. HEX triplet: 8A, 70 and 98. RGB value is (138,112,152). Sum of RGB (Red+Green+Blue) = 138+112+152=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 152 - color contains mainly: blue. Hex color #8A7098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7098 is #758F67. Grayscale: #7C7C7C. Windows color (decimal): -7704424 or 9990282. OLE color: 9990282.

HSL color Cylindrical-coordinate representation of color #8A7098: hue angle of 279º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A7098 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 138 112 152 -
CMYK 0.09 0.26 0 0.40
HSL 279º 0.16% 0.52% -
HSV(B) 279º 0.26% 0.6% -
XYZ 21.94 19.26 32.27 -
YUV 124.33 143.61 137.75 -
System Red Green Blue C M Y K H S L
Decimal 138 112 152 0.09 0.26 0 0.40 279 0.16 0.52
Hex 8A 70 98 9 1A 0 28 117 10 34
Octal 212 160 230 11 32 0 50 427 20 64
Binary 10001010 1110000 10011000 1001 11010 0 101000 100010111 10000 110100

Color Harmonies of #8A7098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7098

Black with #8A7098

Text Example


Text Example

White with #8A7098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,112,152); }

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

background-color css

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

 a { background-color: rgb(138,112,152); }

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

border-color css

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

 span { border-color: rgb(138,112,152); }

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