Html Css Color HEX #8A609D Ce Soir

📋 copy color: '#8A609D'

red 138 ◦ green 96 ◦ blue 157

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

Shades of Ce Soir #8A609D

Tints of Ce Soir #8A609D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.55%

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

R = 35.29%
G = 24.55%
B = 40.15%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A609D (or 0x8A609D) is known color: Ce Soir. HEX triplet: 8A, 60 and 9D. RGB value is (138,96,157). Sum of RGB (Red+Green+Blue) = 138+96+157=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 157 - color contains mainly: blue. Hex color #8A609D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A609D is #759F62. Grayscale: #737373. Windows color (decimal): -7708515 or 10313866. OLE color: 10313866.

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

Color convert

RGB 138 96 157 -
CMYK 0.12 0.39 0 0.38
HSL 281.31º 0.24% 0.5% -
HSV(B) 281.31º 0.39% 0.62% -
XYZ 20.75 16.2 33.93 -
YUV 115.51 151.41 144.04 -
System Red Green Blue C M Y K H S L
Decimal 138 96 157 0.12 0.39 0 0.38 281.31 0.24 0.5
Hex 8A 60 9D C 27 0 26 119 18 32
Octal 212 140 235 14 47 0 46 431 30 62
Binary 10001010 1100000 10011101 1100 100111 0 100110 100011001 11000 110010

Color Harmonies of #8A609D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A609D

Black with #8A609D

Text Example


Text Example

White with #8A609D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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