Html Css Color HEX #9468AE Ce Soir

📋 copy color: '#9468AE'

red 148 ◦ green 104 ◦ blue 174

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

Shades of Ce Soir #9468AE

Tints of Ce Soir #9468AE

RGB

 RED value IS 148 (58.2% from 255) = 34.74%

 GREEN value IS 104 (41.02% from 255) = 24.41%

 BLUE value IS 174 (68.36% from 255) = 40.85%

R = 34.74%
G = 24.41%
B = 40.85%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9468AE (or 0x9468AE) is known color: Ce Soir. HEX triplet: 94, 68 and AE. RGB value is (148,104,174). Sum of RGB (Red+Green+Blue) = 148+104+174=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #9468AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9468AE is #6B9751. Grayscale: #7C7C7C. Windows color (decimal): -7051090 or 11430036. OLE color: 11430036.

HSL color Cylindrical-coordinate representation of color #9468AE: hue angle of 277.71º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9468AE is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 104 174 -
CMYK 0.15 0.40 0 0.32
HSL 277.71º 0.3% 0.55% -
HSV(B) 277.71º 0.4% 0.68% -
XYZ 24.8 19.25 42.45 -
YUV 125.14 155.58 144.31 -
System Red Green Blue C M Y K H S L
Decimal 148 104 174 0.15 0.40 0 0.32 277.71 0.3 0.55
Hex 94 68 AE F 28 0 20 116 1E 37
Octal 224 150 256 17 50 0 40 426 36 67
Binary 10010100 1101000 10101110 1111 101000 0 100000 100010110 11110 110111

Color Harmonies of #9468AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9468AE

Black with #9468AE

Text Example


Text Example

White with #9468AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9468AE; }

 p { color: rgb(148,104,174); }

 H1.HeaderClassName
 {
   color: #9468AE;
 }
 .AnyTagClassName
 {
   color: #9468AE;
 }
</style>

background-color css

<style>
 a { background-color: #9468AE; }

 a { background-color: rgb(148,104,174); }

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

border-color css

<style>
 span { border-color: #9468AE; }

 span { border-color: rgb(148,104,174); }

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