Html Css Color HEX #9065A4 Ce Soir

📋 copy color: '#9065A4'

red 144 ◦ green 101 ◦ blue 164

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

Shades of Ce Soir #9065A4

Tints of Ce Soir #9065A4

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.69%

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

R = 35.21%
G = 24.69%
B = 40.1%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#9065A4 (or 0x9065A4) is known color: Ce Soir. HEX triplet: 90, 65 and A4. RGB value is (144,101,164). Sum of RGB (Red+Green+Blue) = 144+101+164=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 164 (64.45% from 255 or 40.10% from 409); Max value from RGB is 164 - color contains mainly: blue. Hex color #9065A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9065A4 is #6F9A5B. Grayscale: #787878. Windows color (decimal): -7314012 or 10773904. OLE color: 10773904.

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

Color convert

RGB 144 101 164 -
CMYK 0.12 0.38 0 0.36
HSL 280.95º 0.26% 0.52% -
HSV(B) 280.95º 0.38% 0.64% -
XYZ 22.86 17.92 37.38 -
YUV 121.04 152.25 144.38 -
System Red Green Blue C M Y K H S L
Decimal 144 101 164 0.12 0.38 0 0.36 280.95 0.26 0.52
Hex 90 65 A4 C 26 0 24 119 1A 34
Octal 220 145 244 14 46 0 44 431 32 64
Binary 10010000 1100101 10100100 1100 100110 0 100100 100011001 11010 110100

Color Harmonies of #9065A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9065A4

Black with #9065A4

Text Example


Text Example

White with #9065A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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