Html Css Color HEX #9165AF Ce Soir

📋 copy color: '#9165AF'

red 145 ◦ green 101 ◦ blue 175

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

Shades of Ce Soir #9165AF

Tints of Ce Soir #9165AF

RGB

 RED value IS 145 (57.03% from 255) = 34.44%

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

 BLUE value IS 175 (68.75% from 255) = 41.57%

R = 34.44%
G = 23.99%
B = 41.57%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9165AF (or 0x9165AF) is known color: Ce Soir. HEX triplet: 91, 65 and AF. RGB value is (145,101,175). Sum of RGB (Red+Green+Blue) = 145+101+175=421 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.44% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #9165AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9165AF is #6E9A50. Grayscale: #7A7A7A. Windows color (decimal): -7248465 or 11494801. OLE color: 11494801.

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

Color convert

RGB 145 101 175 -
CMYK 0.17 0.42 0 0.31
HSL 275.68º 0.32% 0.54% -
HSV(B) 275.68º 0.42% 0.69% -
XYZ 24.07 18.42 42.84 -
YUV 122.59 157.58 143.98 -
System Red Green Blue C M Y K H S L
Decimal 145 101 175 0.17 0.42 0 0.31 275.68 0.32 0.54
Hex 91 65 AF 11 2A 0 1F 114 20 36
Octal 221 145 257 21 52 0 37 424 40 66
Binary 10010001 1100101 10101111 10001 101010 0 11111 100010100 100000 110110

Color Harmonies of #9165AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9165AF

Black with #9165AF

Text Example


Text Example

White with #9165AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9165AF; }

 p { color: rgb(145,101,175); }

 H1.HeaderClassName
 {
   color: #9165AF;
 }
 .AnyTagClassName
 {
   color: #9165AF;
 }
</style>

background-color css

<style>
 a { background-color: #9165AF; }

 a { background-color: rgb(145,101,175); }

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

border-color css

<style>
 span { border-color: #9165AF; }

 span { border-color: rgb(145,101,175); }

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