Html Css Color HEX #9464AC Ce Soir

📋 copy color: '#9464AC'

red 148 ◦ green 100 ◦ blue 172

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

Shades of Ce Soir #9464AC

Tints of Ce Soir #9464AC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.81%

 BLUE value IS 172 (67.58% from 255) = 40.95%

R = 35.24%
G = 23.81%
B = 40.95%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9464AC (or 0x9464AC) is known color: Ce Soir. HEX triplet: 94, 64 and AC. RGB value is (148,100,172). Sum of RGB (Red+Green+Blue) = 148+100+172=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #9464AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9464AC is #6B9B53. Grayscale: #7A7A7A. Windows color (decimal): -7052116 or 11297940. OLE color: 11297940.

HSL color Cylindrical-coordinate representation of color #9464AC: hue angle of 280º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9464AC is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 100 172 -
CMYK 0.14 0.42 0 0.33
HSL 280º 0.3% 0.53% -
HSV(B) 280º 0.42% 0.67% -
XYZ 24.22 18.39 41.3 -
YUV 122.56 155.9 146.15 -
System Red Green Blue C M Y K H S L
Decimal 148 100 172 0.14 0.42 0 0.33 280 0.3 0.53
Hex 94 64 AC E 2A 0 21 118 1E 35
Octal 224 144 254 16 52 0 41 430 36 65
Binary 10010100 1100100 10101100 1110 101010 0 100001 100011000 11110 110101

Color Harmonies of #9464AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9464AC

Black with #9464AC

Text Example


Text Example

White with #9464AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9464AC; }

 p { color: rgb(148,100,172); }

 H1.HeaderClassName
 {
   color: #9464AC;
 }
 .AnyTagClassName
 {
   color: #9464AC;
 }
</style>

background-color css

<style>
 a { background-color: #9464AC; }

 a { background-color: rgb(148,100,172); }

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

border-color css

<style>
 span { border-color: #9464AC; }

 span { border-color: rgb(148,100,172); }

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