Html Css Color HEX #9461AB Ce Soir

📋 copy color: '#9461AB'

red 148 ◦ green 97 ◦ blue 171

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

Shades of Ce Soir #9461AB

Tints of Ce Soir #9461AB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.32%

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

R = 35.58%
G = 23.32%
B = 41.11%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9461AB (or 0x9461AB) is known color: Ce Soir. HEX triplet: 94, 61 and AB. RGB value is (148,97,171). Sum of RGB (Red+Green+Blue) = 148+97+171=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #9461AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9461AB is #6B9E54. Grayscale: #787878. Windows color (decimal): -7052885 or 11231636. OLE color: 11231636.

HSL color Cylindrical-coordinate representation of color #9461AB: hue angle of 281.35º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9461AB is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 97 171 -
CMYK 0.13 0.43 0 0.33
HSL 281.35º 0.31% 0.53% -
HSV(B) 281.35º 0.43% 0.67% -
XYZ 23.84 17.79 40.7 -
YUV 120.69 156.4 147.48 -
System Red Green Blue C M Y K H S L
Decimal 148 97 171 0.13 0.43 0 0.33 281.35 0.31 0.53
Hex 94 61 AB D 2B 0 21 119 1F 35
Octal 224 141 253 15 53 0 41 431 37 65
Binary 10010100 1100001 10101011 1101 101011 0 100001 100011001 11111 110101

Color Harmonies of #9461AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9461AB

Black with #9461AB

Text Example


Text Example

White with #9461AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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