Html Css Color HEX #9463AB Ce Soir

📋 copy color: '#9463AB'

red 148 ◦ green 99 ◦ blue 171

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

Shades of Ce Soir #9463AB

Tints of Ce Soir #9463AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.91%

R = 35.41%
G = 23.68%
B = 40.91%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9463AB (or 0x9463AB) is known color: Ce Soir. HEX triplet: 94, 63 and AB. RGB value is (148,99,171). Sum of RGB (Red+Green+Blue) = 148+99+171=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #9463AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9463AB is #6B9C54. Grayscale: #797979. Windows color (decimal): -7052373 or 11232148. OLE color: 11232148.

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

Color convert

RGB 148 99 171 -
CMYK 0.13 0.42 0 0.33
HSL 280.83º 0.3% 0.53% -
HSV(B) 280.83º 0.42% 0.67% -
XYZ 24.03 18.16 40.77 -
YUV 121.86 155.73 146.65 -
System Red Green Blue C M Y K H S L
Decimal 148 99 171 0.13 0.42 0 0.33 280.83 0.3 0.53
Hex 94 63 AB D 2A 0 21 119 1E 35
Octal 224 143 253 15 52 0 41 431 36 65
Binary 10010100 1100011 10101011 1101 101010 0 100001 100011001 11110 110101

Color Harmonies of #9463AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9463AB

Black with #9463AB

Text Example


Text Example

White with #9463AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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