Html Css Color HEX #9075AB Ce Soir

📋 copy color: '#9075AB'

red 144 ◦ green 117 ◦ blue 171

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

Shades of Ce Soir #9075AB

Tints of Ce Soir #9075AB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.08%

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

R = 33.33%
G = 27.08%
B = 39.58%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9075AB (or 0x9075AB) is known color: Ce Soir. HEX triplet: 90, 75 and AB. RGB value is (144,117,171). Sum of RGB (Red+Green+Blue) = 144+117+171=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: blue. Hex color #9075AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9075AB is #6F8A54. Grayscale: #838383. Windows color (decimal): -7309909 or 11236752. OLE color: 11236752.

HSL color Cylindrical-coordinate representation of color #9075AB: hue angle of 270º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9075AB is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 117 171 -
CMYK 0.16 0.32 0 0.33
HSL 270º 0.24% 0.56% -
HSV(B) 270º 0.32% 0.67% -
XYZ 25.21 21.59 41.37 -
YUV 131.23 150.45 137.11 -
System Red Green Blue C M Y K H S L
Decimal 144 117 171 0.16 0.32 0 0.33 270 0.24 0.56
Hex 90 75 AB 10 20 0 21 10E 18 38
Octal 220 165 253 20 40 0 41 416 30 70
Binary 10010000 1110101 10101011 10000 100000 0 100001 100001110 11000 111000

Color Harmonies of #9075AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9075AB

Black with #9075AB

Text Example


Text Example

White with #9075AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,117,171); }

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

background-color css

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

 a { background-color: rgb(144,117,171); }

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

border-color css

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

 span { border-color: rgb(144,117,171); }

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