Html Css Color HEX #9469AD Ce Soir

📋 copy color: '#9469AD'

red 148 ◦ green 105 ◦ blue 173

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

Shades of Ce Soir #9469AD

Tints of Ce Soir #9469AD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.65%

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

R = 34.74%
G = 24.65%
B = 40.61%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9469AD (or 0x9469AD) is known color: Ce Soir. HEX triplet: 94, 69 and AD. RGB value is (148,105,173). Sum of RGB (Red+Green+Blue) = 148+105+173=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #9469AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9469AD is #6B9652. Grayscale: #7D7D7D. Windows color (decimal): -7050835 or 11364756. OLE color: 11364756.

HSL color Cylindrical-coordinate representation of color #9469AD: hue angle of 277.94º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9469AD is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 105 173 -
CMYK 0.14 0.39 0 0.32
HSL 277.94º 0.29% 0.55% -
HSV(B) 277.94º 0.39% 0.68% -
XYZ 24.81 19.42 41.98 -
YUV 125.61 154.75 143.97 -
System Red Green Blue C M Y K H S L
Decimal 148 105 173 0.14 0.39 0 0.32 277.94 0.29 0.55
Hex 94 69 AD E 27 0 20 116 1D 37
Octal 224 151 255 16 47 0 40 426 35 67
Binary 10010100 1101001 10101101 1110 100111 0 100000 100010110 11101 110111

Color Harmonies of #9469AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9469AD

Black with #9469AD

Text Example


Text Example

White with #9469AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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