Html Css Color HEX #9F8CE6 Biloba Flower

📋 copy color: '#9F8CE6'

red 159 ◦ green 140 ◦ blue 230

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

Shades of Biloba Flower #9F8CE6

Tints of Biloba Flower #9F8CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.48%

R = 30.06%
G = 26.47%
B = 43.48%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9F8CE6 (or 0x9F8CE6) is known color: Biloba Flower. HEX triplet: 9F, 8C and E6. RGB value is (159,140,230). Sum of RGB (Red+Green+Blue) = 159+140+230=529 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30.06% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 230 (90.23% from 255 or 43.48% from 529); Max value from RGB is 230 - color contains mainly: blue. Hex color #9F8CE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8CE6 is #607319. Grayscale: #9B9B9B. Windows color (decimal): -6320922 or 15109279. OLE color: 15109279.

HSL color Cylindrical-coordinate representation of color #9F8CE6: hue angle of 252.67º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F8CE6 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 159 140 230 -
CMYK 0.31 0.39 0 0.10
HSL 252.67º 0.64% 0.73% -
HSV(B) 252.67º 0.39% 0.9% -
XYZ 37.96 31.84 79.01 -
YUV 155.94 169.79 130.18 -
System Red Green Blue C M Y K H S L
Decimal 159 140 230 0.31 0.39 0 0.10 252.67 0.64 0.73
Hex 9F 8C E6 1F 27 0 A FD 40 49
Octal 237 214 346 37 47 0 12 375 100 111
Binary 10011111 10001100 11100110 11111 100111 0 1010 11111101 1000000 1001001

Color Harmonies of #9F8CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8CE6

Black with #9F8CE6

Text Example


Text Example

White with #9F8CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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