Html Css Color HEX #9865AD Ce Soir

📋 copy color: '#9865AD'

red 152 ◦ green 101 ◦ blue 173

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

Shades of Ce Soir #9865AD

Tints of Ce Soir #9865AD

RGB

 RED value IS 152 (59.77% from 255) = 35.68%

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

 BLUE value IS 173 (67.97% from 255) = 40.61%

R = 35.68%
G = 23.71%
B = 40.61%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9865AD (or 0x9865AD) is known color: Ce Soir. HEX triplet: 98, 65 and AD. RGB value is (152,101,173). Sum of RGB (Red+Green+Blue) = 152+101+173=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #9865AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9865AD is #679A52. Grayscale: #7C7C7C. Windows color (decimal): -6789715 or 11363736. OLE color: 11363736.

HSL color Cylindrical-coordinate representation of color #9865AD: hue angle of 282.5º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9865AD is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 152 101 173 -
CMYK 0.12 0.42 0 0.32
HSL 282.5º 0.31% 0.54% -
HSV(B) 282.5º 0.42% 0.68% -
XYZ 25.15 19 41.88 -
YUV 124.46 155.4 147.65 -
System Red Green Blue C M Y K H S L
Decimal 152 101 173 0.12 0.42 0 0.32 282.5 0.31 0.54
Hex 98 65 AD C 2A 0 20 11A 1F 36
Octal 230 145 255 14 52 0 40 432 37 66
Binary 10011000 1100101 10101101 1100 101010 0 100000 100011010 11111 110110

Color Harmonies of #9865AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9865AD

Black with #9865AD

Text Example


Text Example

White with #9865AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9865AD; }

 p { color: rgb(152,101,173); }

 H1.HeaderClassName
 {
   color: #9865AD;
 }
 .AnyTagClassName
 {
   color: #9865AD;
 }
</style>

background-color css

<style>
 a { background-color: #9865AD; }

 a { background-color: rgb(152,101,173); }

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

border-color css

<style>
 span { border-color: #9865AD; }

 span { border-color: rgb(152,101,173); }

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