Html Css Color HEX #9465AD Ce Soir

📋 copy color: '#9465AD'

red 148 ◦ green 101 ◦ blue 173

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

Shades of Ce Soir #9465AD

Tints of Ce Soir #9465AD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.93%

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

R = 35.07%
G = 23.93%
B = 41%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9465AD (or 0x9465AD) is known color: Ce Soir. HEX triplet: 94, 65 and AD. RGB value is (148,101,173). Sum of RGB (Red+Green+Blue) = 148+101+173=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #9465AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9465AD is #6B9A52. Grayscale: #7B7B7B. Windows color (decimal): -7051859 or 11363732. OLE color: 11363732.

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

Color convert

RGB 148 101 173 -
CMYK 0.14 0.42 0 0.32
HSL 279.17º 0.31% 0.54% -
HSV(B) 279.17º 0.42% 0.68% -
XYZ 24.41 18.62 41.84 -
YUV 123.26 156.07 145.65 -
System Red Green Blue C M Y K H S L
Decimal 148 101 173 0.14 0.42 0 0.32 279.17 0.31 0.54
Hex 94 65 AD E 2A 0 20 117 1F 36
Octal 224 145 255 16 52 0 40 427 37 66
Binary 10010100 1100101 10101101 1110 101010 0 100000 100010111 11111 110110

Color Harmonies of #9465AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9465AD

Black with #9465AD

Text Example


Text Example

White with #9465AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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