Html Css Color HEX #9F69B3 Ce Soir

📋 copy color: '#9F69B3'

red 159 ◦ green 105 ◦ blue 179

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

Shades of Ce Soir #9F69B3

Tints of Ce Soir #9F69B3

RGB

 RED value IS 159 (62.5% from 255) = 35.89%

 GREEN value IS 105 (41.41% from 255) = 23.7%

 BLUE value IS 179 (70.31% from 255) = 40.41%

R = 35.89%
G = 23.7%
B = 40.41%

CMYK

 C value IS 0.11

 M value IS 0.41

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9F69B3 (or 0x9F69B3) is known color: Ce Soir. HEX triplet: 9F, 69 and B3. RGB value is (159,105,179). Sum of RGB (Red+Green+Blue) = 159+105+179=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 179 (70.31% from 255 or 40.41% from 443); Max value from RGB is 179 - color contains mainly: blue. Hex color #9F69B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F69B3 is #60964C. Grayscale: #818181. Windows color (decimal): -6329933 or 11757983. OLE color: 11757983.

HSL color Cylindrical-coordinate representation of color #9F69B3: hue angle of 283.78º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F69B3 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 159 105 179 -
CMYK 0.11 0.41 0 0.30
HSL 283.78º 0.33% 0.56% -
HSV(B) 283.78º 0.41% 0.7% -
XYZ 27.49 20.73 45.2 -
YUV 129.58 155.89 148.98 -
System Red Green Blue C M Y K H S L
Decimal 159 105 179 0.11 0.41 0 0.30 283.78 0.33 0.56
Hex 9F 69 B3 B 29 0 1E 11C 21 38
Octal 237 151 263 13 51 0 36 434 41 70
Binary 10011111 1101001 10110011 1011 101001 0 11110 100011100 100001 111000

Color Harmonies of #9F69B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F69B3

Black with #9F69B3

Text Example


Text Example

White with #9F69B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F69B3; }

 p { color: rgb(159,105,179); }

 H1.HeaderClassName
 {
   color: #9F69B3;
 }
 .AnyTagClassName
 {
   color: #9F69B3;
 }
</style>

background-color css

<style>
 a { background-color: #9F69B3; }

 a { background-color: rgb(159,105,179); }

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

border-color css

<style>
 span { border-color: #9F69B3; }

 span { border-color: rgb(159,105,179); }

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