Html Css Color HEX #9F69B4 Ce Soir

📋 copy color: '#9F69B4'

red 159 ◦ green 105 ◦ blue 180

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

Shades of Ce Soir #9F69B4

Tints of Ce Soir #9F69B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.54%

R = 35.81%
G = 23.65%
B = 40.54%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9F69B4 (or 0x9F69B4) is known color: Ce Soir. HEX triplet: 9F, 69 and B4. RGB value is (159,105,180). Sum of RGB (Red+Green+Blue) = 159+105+180=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 180 - color contains mainly: blue. Hex color #9F69B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F69B4 is #60964B. Grayscale: #818181. Windows color (decimal): -6329932 or 11823519. OLE color: 11823519.

HSL color Cylindrical-coordinate representation of color #9F69B4: hue angle of 283.2º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F69B4 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 159 105 180 -
CMYK 0.12 0.42 0 0.29
HSL 283.2º 0.33% 0.56% -
HSV(B) 283.2º 0.42% 0.71% -
XYZ 27.59 20.77 45.73 -
YUV 129.7 156.39 148.9 -
System Red Green Blue C M Y K H S L
Decimal 159 105 180 0.12 0.42 0 0.29 283.2 0.33 0.56
Hex 9F 69 B4 C 2A 0 1D 11B 21 38
Octal 237 151 264 14 52 0 35 433 41 70
Binary 10011111 1101001 10110100 1100 101010 0 11101 100011011 100001 111000

Color Harmonies of #9F69B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F69B4

Black with #9F69B4

Text Example


Text Example

White with #9F69B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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