Html Css Color HEX #9463AC Ce Soir

📋 copy color: '#9463AC'

red 148 ◦ green 99 ◦ blue 172

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

Shades of Ce Soir #9463AC

Tints of Ce Soir #9463AC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.63%

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

R = 35.32%
G = 23.63%
B = 41.05%

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

#9463AC (or 0x9463AC) is known color: Ce Soir. HEX triplet: 94, 63 and AC. RGB value is (148,99,172). Sum of RGB (Red+Green+Blue) = 148+99+172=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 172 - color contains mainly: blue. Hex color #9463AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9463AC is #6B9C53. Grayscale: #797979. Windows color (decimal): -7052372 or 11297684. OLE color: 11297684.

HSL color Cylindrical-coordinate representation of color #9463AC: hue angle of 280.27º degrees, saturation: 0.31, 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 #9463AC is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 99 172 -
CMYK 0.14 0.42 0 0.33
HSL 280.27º 0.31% 0.53% -
HSV(B) 280.27º 0.42% 0.67% -
XYZ 24.12 18.2 41.27 -
YUV 121.97 156.23 146.56 -
System Red Green Blue C M Y K H S L
Decimal 148 99 172 0.14 0.42 0 0.33 280.27 0.31 0.53
Hex 94 63 AC E 2A 0 21 118 1F 35
Octal 224 143 254 16 52 0 41 430 37 65
Binary 10010100 1100011 10101100 1110 101010 0 100001 100011000 11111 110101

Color Harmonies of #9463AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9463AC

Black with #9463AC

Text Example


Text Example

White with #9463AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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