Html Css Color HEX #8A62AA Ce Soir

📋 copy color: '#8A62AA'

red 138 ◦ green 98 ◦ blue 170

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

Shades of Ce Soir #8A62AA

Tints of Ce Soir #8A62AA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.14%

 BLUE value IS 170 (66.8% from 255) = 41.87%

R = 33.99%
G = 24.14%
B = 41.87%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A62AA (or 0x8A62AA) is known color: Ce Soir. HEX triplet: 8A, 62 and AA. RGB value is (138,98,170). Sum of RGB (Red+Green+Blue) = 138+98+170=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A62AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A62AA is #759D55. Grayscale: #757575. Windows color (decimal): -7707990 or 11166346. OLE color: 11166346.

HSL color Cylindrical-coordinate representation of color #8A62AA: hue angle of 273.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A62AA is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 98 170 -
CMYK 0.19 0.42 0 0.33
HSL 273.33º 0.3% 0.53% -
HSV(B) 273.33º 0.42% 0.67% -
XYZ 22.1 17.04 40.15 -
YUV 118.17 157.25 142.15 -
System Red Green Blue C M Y K H S L
Decimal 138 98 170 0.19 0.42 0 0.33 273.33 0.3 0.53
Hex 8A 62 AA 13 2A 0 21 111 1E 35
Octal 212 142 252 23 52 0 41 421 36 65
Binary 10001010 1100010 10101010 10011 101010 0 100001 100010001 11110 110101

Color Harmonies of #8A62AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A62AA

Black with #8A62AA

Text Example


Text Example

White with #8A62AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,98,170); }

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

background-color css

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

 a { background-color: rgb(138,98,170); }

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

border-color css

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

 span { border-color: rgb(138,98,170); }

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