Html Css Color HEX #9468AD Ce Soir

📋 copy color: '#9468AD'

red 148 ◦ green 104 ◦ blue 173

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

Shades of Ce Soir #9468AD

Tints of Ce Soir #9468AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.71%

R = 34.82%
G = 24.47%
B = 40.71%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9468AD (or 0x9468AD) is known color: Ce Soir. HEX triplet: 94, 68 and AD. RGB value is (148,104,173). Sum of RGB (Red+Green+Blue) = 148+104+173=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #9468AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9468AD is #6B9752. Grayscale: #7C7C7C. Windows color (decimal): -7051091 or 11364500. OLE color: 11364500.

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

Color convert

RGB 148 104 173 -
CMYK 0.14 0.40 0 0.32
HSL 278.26º 0.3% 0.54% -
HSV(B) 278.26º 0.4% 0.68% -
XYZ 24.71 19.21 41.94 -
YUV 125.02 155.08 144.39 -
System Red Green Blue C M Y K H S L
Decimal 148 104 173 0.14 0.40 0 0.32 278.26 0.3 0.54
Hex 94 68 AD E 28 0 20 116 1E 36
Octal 224 150 255 16 50 0 40 426 36 66
Binary 10010100 1101000 10101101 1110 101000 0 100000 100010110 11110 110110

Color Harmonies of #9468AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9468AD

Black with #9468AD

Text Example


Text Example

White with #9468AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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