Html Css Color HEX #9469AB Ce Soir

📋 copy color: '#9469AB'

red 148 ◦ green 105 ◦ blue 171

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

Shades of Ce Soir #9469AB

Tints of Ce Soir #9469AB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.76%

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

R = 34.91%
G = 24.76%
B = 40.33%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9469AB (or 0x9469AB) is known color: Ce Soir. HEX triplet: 94, 69 and AB. RGB value is (148,105,171). Sum of RGB (Red+Green+Blue) = 148+105+171=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #9469AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9469AB is #6B9654. Grayscale: #7D7D7D. Windows color (decimal): -7050837 or 11233684. OLE color: 11233684.

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

Color convert

RGB 148 105 171 -
CMYK 0.13 0.39 0 0.33
HSL 279.09º 0.28% 0.54% -
HSV(B) 279.09º 0.39% 0.67% -
XYZ 24.62 19.34 40.96 -
YUV 125.38 153.75 144.13 -
System Red Green Blue C M Y K H S L
Decimal 148 105 171 0.13 0.39 0 0.33 279.09 0.28 0.54
Hex 94 69 AB D 27 0 21 117 1C 36
Octal 224 151 253 15 47 0 41 427 34 66
Binary 10010100 1101001 10101011 1101 100111 0 100001 100010111 11100 110110

Color Harmonies of #9469AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9469AB

Black with #9469AB

Text Example


Text Example

White with #9469AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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