Html Css Color HEX #9F8CDF Biloba Flower

📋 copy color: '#9F8CDF'

red 159 ◦ green 140 ◦ blue 223

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

Shades of Biloba Flower #9F8CDF

Tints of Biloba Flower #9F8CDF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.82%

 BLUE value IS 223 (87.5% from 255) = 42.72%

R = 30.46%
G = 26.82%
B = 42.72%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F8CDF (or 0x9F8CDF) is known color: Biloba Flower. HEX triplet: 9F, 8C and DF. RGB value is (159,140,223). Sum of RGB (Red+Green+Blue) = 159+140+223=522 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.46% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F8CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8CDF is #607320. Grayscale: #9A9A9A. Windows color (decimal): -6320929 or 14650527. OLE color: 14650527.

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

Color convert

RGB 159 140 223 -
CMYK 0.29 0.37 0 0.13
HSL 253.73º 0.56% 0.71% -
HSV(B) 253.73º 0.37% 0.87% -
XYZ 37 31.45 73.93 -
YUV 155.14 166.29 130.75 -
System Red Green Blue C M Y K H S L
Decimal 159 140 223 0.29 0.37 0 0.13 253.73 0.56 0.71
Hex 9F 8C DF 1D 25 0 D FE 38 47
Octal 237 214 337 35 45 0 15 376 70 107
Binary 10011111 10001100 11011111 11101 100101 0 1101 11111110 111000 1000111

Color Harmonies of #9F8CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8CDF

Black with #9F8CDF

Text Example


Text Example

White with #9F8CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,140,223); }

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

background-color css

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

 a { background-color: rgb(159,140,223); }

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

border-color css

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

 span { border-color: rgb(159,140,223); }

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