Html Css Color HEX #8962A4 Ce Soir

📋 copy color: '#8962A4'

red 137 ◦ green 98 ◦ blue 164

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

Shades of Ce Soir #8962A4

Tints of Ce Soir #8962A4

RGB

 RED value IS 137 (53.91% from 255) = 34.34%

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

 BLUE value IS 164 (64.45% from 255) = 41.1%

R = 34.34%
G = 24.56%
B = 41.1%

CMYK

 C value IS 0.16

 M value IS 0.40

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8962A4 (or 0x8962A4) is known color: Ce Soir. HEX triplet: 89, 62 and A4. RGB value is (137,98,164). Sum of RGB (Red+Green+Blue) = 137+98+164=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 164 (64.45% from 255 or 41.10% from 399); Max value from RGB is 164 - color contains mainly: blue. Hex color #8962A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8962A4 is #769D5B. Grayscale: #747474. Windows color (decimal): -7773532 or 10773129. OLE color: 10773129.

HSL color Cylindrical-coordinate representation of color #8962A4: hue angle of 275.45º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8962A4 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 137 98 164 -
CMYK 0.16 0.40 0 0.36
HSL 275.45º 0.27% 0.51% -
HSV(B) 275.45º 0.4% 0.64% -
XYZ 21.39 16.73 37.22 -
YUV 117.19 154.42 142.13 -
System Red Green Blue C M Y K H S L
Decimal 137 98 164 0.16 0.40 0 0.36 275.45 0.27 0.51
Hex 89 62 A4 10 28 0 24 113 1B 33
Octal 211 142 244 20 50 0 44 423 33 63
Binary 10001001 1100010 10100100 10000 101000 0 100100 100010011 11011 110011

Color Harmonies of #8962A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8962A4

Black with #8962A4

Text Example


Text Example

White with #8962A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8962A4; }

 p { color: rgb(137,98,164); }

 H1.HeaderClassName
 {
   color: #8962A4;
 }
 .AnyTagClassName
 {
   color: #8962A4;
 }
</style>

background-color css

<style>
 a { background-color: #8962A4; }

 a { background-color: rgb(137,98,164); }

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

border-color css

<style>
 span { border-color: #8962A4; }

 span { border-color: rgb(137,98,164); }

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