Html Css Color HEX #9A6FB3 Ce Soir

📋 copy color: '#9A6FB3'

red 154 ◦ green 111 ◦ blue 179

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

Shades of Ce Soir #9A6FB3

Tints of Ce Soir #9A6FB3

RGB

 RED value IS 154 (60.55% from 255) = 34.68%

 GREEN value IS 111 (43.75% from 255) = 25%

 BLUE value IS 179 (70.31% from 255) = 40.32%

R = 34.68%
G = 25%
B = 40.32%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9A6FB3 (or 0x9A6FB3) is known color: Ce Soir. HEX triplet: 9A, 6F and B3. RGB value is (154,111,179). Sum of RGB (Red+Green+Blue) = 154+111+179=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 111 (43.75% from 255 or 25% from 444); Blue value is 179 (70.31% from 255 or 40.32% from 444); Max value from RGB is 179 - color contains mainly: blue. Hex color #9A6FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6FB3 is #65904C. Grayscale: #838383. Windows color (decimal): -6656077 or 11759514. OLE color: 11759514.

HSL color Cylindrical-coordinate representation of color #9A6FB3: hue angle of 277.94º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A6FB3 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 154 111 179 -
CMYK 0.14 0.38 0 0.30
HSL 277.94º 0.31% 0.57% -
HSV(B) 277.94º 0.38% 0.7% -
XYZ 27.15 21.49 45.37 -
YUV 131.61 154.75 143.97 -
System Red Green Blue C M Y K H S L
Decimal 154 111 179 0.14 0.38 0 0.30 277.94 0.31 0.57
Hex 9A 6F B3 E 26 0 1E 116 1F 39
Octal 232 157 263 16 46 0 36 426 37 71
Binary 10011010 1101111 10110011 1110 100110 0 11110 100010110 11111 111001

Color Harmonies of #9A6FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6FB3

Black with #9A6FB3

Text Example


Text Example

White with #9A6FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A6FB3; }

 p { color: rgb(154,111,179); }

 H1.HeaderClassName
 {
   color: #9A6FB3;
 }
 .AnyTagClassName
 {
   color: #9A6FB3;
 }
</style>

background-color css

<style>
 a { background-color: #9A6FB3; }

 a { background-color: rgb(154,111,179); }

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

border-color css

<style>
 span { border-color: #9A6FB3; }

 span { border-color: rgb(154,111,179); }

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