Html Css Color HEX #8965AA Ce Soir

📋 copy color: '#8965AA'

red 137 ◦ green 101 ◦ blue 170

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

Shades of Ce Soir #8965AA

Tints of Ce Soir #8965AA

RGB

 RED value IS 137 (53.91% from 255) = 33.58%

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

 BLUE value IS 170 (66.8% from 255) = 41.67%

R = 33.58%
G = 24.75%
B = 41.67%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8965AA (or 0x8965AA) is known color: Ce Soir. HEX triplet: 89, 65 and AA. RGB value is (137,101,170). Sum of RGB (Red+Green+Blue) = 137+101+170=408 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.58% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #8965AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8965AA is #769A55. Grayscale: #777777. Windows color (decimal): -7772758 or 11167113. OLE color: 11167113.

HSL color Cylindrical-coordinate representation of color #8965AA: hue angle of 271.3º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8965AA is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 101 170 -
CMYK 0.19 0.41 0 0.33
HSL 271.3º 0.29% 0.53% -
HSV(B) 271.3º 0.41% 0.67% -
XYZ 22.23 17.53 40.24 -
YUV 119.63 156.43 140.39 -
System Red Green Blue C M Y K H S L
Decimal 137 101 170 0.19 0.41 0 0.33 271.3 0.29 0.53
Hex 89 65 AA 13 29 0 21 10F 1D 35
Octal 211 145 252 23 51 0 41 417 35 65
Binary 10001001 1100101 10101010 10011 101001 0 100001 100001111 11101 110101

Color Harmonies of #8965AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8965AA

Black with #8965AA

Text Example


Text Example

White with #8965AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8965AA; }

 p { color: rgb(137,101,170); }

 H1.HeaderClassName
 {
   color: #8965AA;
 }
 .AnyTagClassName
 {
   color: #8965AA;
 }
</style>

background-color css

<style>
 a { background-color: #8965AA; }

 a { background-color: rgb(137,101,170); }

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

border-color css

<style>
 span { border-color: #8965AA; }

 span { border-color: rgb(137,101,170); }

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