Html Css Color HEX #9469B4 Ce Soir

📋 copy color: '#9469B4'

red 148 ◦ green 105 ◦ blue 180

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

Shades of Ce Soir #9469B4

Tints of Ce Soir #9469B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.57%

R = 34.18%
G = 24.25%
B = 41.57%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9469B4 (or 0x9469B4) is known color: Ce Soir. HEX triplet: 94, 69 and B4. RGB value is (148,105,180). Sum of RGB (Red+Green+Blue) = 148+105+180=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 180 - color contains mainly: blue. Hex color #9469B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9469B4 is #6B964B. Grayscale: #7E7E7E. Windows color (decimal): -7050828 or 11823508. OLE color: 11823508.

HSL color Cylindrical-coordinate representation of color #9469B4: hue angle of 274.4º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9469B4 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 105 180 -
CMYK 0.18 0.42 0 0.29
HSL 274.4º 0.33% 0.56% -
HSV(B) 274.4º 0.42% 0.71% -
XYZ 25.5 19.69 45.64 -
YUV 126.41 158.25 143.4 -
System Red Green Blue C M Y K H S L
Decimal 148 105 180 0.18 0.42 0 0.29 274.4 0.33 0.56
Hex 94 69 B4 12 2A 0 1D 112 21 38
Octal 224 151 264 22 52 0 35 422 41 70
Binary 10010100 1101001 10110100 10010 101010 0 11101 100010010 100001 111000

Color Harmonies of #9469B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9469B4

Black with #9469B4

Text Example


Text Example

White with #9469B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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