Html Css Color HEX #9061A4 Ce Soir

📋 copy color: '#9061A4'

red 144 ◦ green 97 ◦ blue 164

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

Shades of Ce Soir #9061A4

Tints of Ce Soir #9061A4

RGB

 RED value IS 144 (56.64% from 255) = 35.56%

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

 BLUE value IS 164 (64.45% from 255) = 40.49%

R = 35.56%
G = 23.95%
B = 40.49%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#9061A4 (or 0x9061A4) is known color: Ce Soir. HEX triplet: 90, 61 and A4. RGB value is (144,97,164). Sum of RGB (Red+Green+Blue) = 144+97+164=405 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.56% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 164 (64.45% from 255 or 40.49% from 405); Max value from RGB is 164 - color contains mainly: blue. Hex color #9061A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9061A4 is #6F9E5B. Grayscale: #767676. Windows color (decimal): -7315036 or 10772880. OLE color: 10772880.

HSL color Cylindrical-coordinate representation of color #9061A4: hue angle of 282.09º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9061A4 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 144 97 164 -
CMYK 0.12 0.41 0 0.36
HSL 282.09º 0.27% 0.51% -
HSV(B) 282.09º 0.41% 0.64% -
XYZ 22.48 17.16 37.25 -
YUV 118.69 153.57 146.05 -
System Red Green Blue C M Y K H S L
Decimal 144 97 164 0.12 0.41 0 0.36 282.09 0.27 0.51
Hex 90 61 A4 C 29 0 24 11A 1B 33
Octal 220 141 244 14 51 0 44 432 33 63
Binary 10010000 1100001 10100100 1100 101001 0 100100 100011010 11011 110011

Color Harmonies of #9061A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9061A4

Black with #9061A4

Text Example


Text Example

White with #9061A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9061A4; }

 p { color: rgb(144,97,164); }

 H1.HeaderClassName
 {
   color: #9061A4;
 }
 .AnyTagClassName
 {
   color: #9061A4;
 }
</style>

background-color css

<style>
 a { background-color: #9061A4; }

 a { background-color: rgb(144,97,164); }

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

border-color css

<style>
 span { border-color: #9061A4; }

 span { border-color: rgb(144,97,164); }

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