Html Css Color HEX #8A6BAC Ce Soir

📋 copy color: '#8A6BAC'

red 138 ◦ green 107 ◦ blue 172

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

Shades of Ce Soir #8A6BAC

Tints of Ce Soir #8A6BAC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.66%

 BLUE value IS 172 (67.58% from 255) = 41.25%

R = 33.09%
G = 25.66%
B = 41.25%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A6BAC (or 0x8A6BAC) is known color: Ce Soir. HEX triplet: 8A, 6B and AC. RGB value is (138,107,172). Sum of RGB (Red+Green+Blue) = 138+107+172=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A6BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6BAC is #759453. Grayscale: #7B7B7B. Windows color (decimal): -7705684 or 11299722. OLE color: 11299722.

HSL color Cylindrical-coordinate representation of color #8A6BAC: hue angle of 268.62º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A6BAC is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 107 172 -
CMYK 0.20 0.38 0 0.33
HSL 268.62º 0.28% 0.55% -
HSV(B) 268.62º 0.38% 0.67% -
XYZ 23.19 18.9 41.46 -
YUV 123.68 155.27 138.21 -
System Red Green Blue C M Y K H S L
Decimal 138 107 172 0.20 0.38 0 0.33 268.62 0.28 0.55
Hex 8A 6B AC 14 26 0 21 10D 1C 37
Octal 212 153 254 24 46 0 41 415 34 67
Binary 10001010 1101011 10101100 10100 100110 0 100001 100001101 11100 110111

Color Harmonies of #8A6BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6BAC

Black with #8A6BAC

Text Example


Text Example

White with #8A6BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,107,172); }

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

background-color css

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

 a { background-color: rgb(138,107,172); }

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

border-color css

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

 span { border-color: rgb(138,107,172); }

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