Html Css Color HEX #9F8AD6 Biloba Flower

📋 copy color: '#9F8AD6'

red 159 ◦ green 138 ◦ blue 214

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

Shades of Biloba Flower #9F8AD6

Tints of Biloba Flower #9F8AD6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.01%

 BLUE value IS 214 (83.98% from 255) = 41.88%

R = 31.12%
G = 27.01%
B = 41.88%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9F8AD6 (or 0x9F8AD6) is known color: Biloba Flower. HEX triplet: 9F, 8A and D6. RGB value is (159,138,214). Sum of RGB (Red+Green+Blue) = 159+138+214=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 214 (83.98% from 255 or 41.88% from 511); Max value from RGB is 214 - color contains mainly: blue. Hex color #9F8AD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8AD6 is #607529. Grayscale: #989898. Windows color (decimal): -6321450 or 14060191. OLE color: 14060191.

HSL color Cylindrical-coordinate representation of color #9F8AD6: hue angle of 256.58º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F8AD6 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 159 138 214 -
CMYK 0.26 0.36 0 0.16
HSL 256.58º 0.48% 0.69% -
HSV(B) 256.58º 0.36% 0.84% -
XYZ 35.52 30.4 67.61 -
YUV 152.94 162.46 132.32 -
System Red Green Blue C M Y K H S L
Decimal 159 138 214 0.26 0.36 0 0.16 256.58 0.48 0.69
Hex 9F 8A D6 1A 24 0 10 101 30 45
Octal 237 212 326 32 44 0 20 401 60 105
Binary 10011111 10001010 11010110 11010 100100 0 10000 100000001 110000 1000101

Color Harmonies of #9F8AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8AD6

Black with #9F8AD6

Text Example


Text Example

White with #9F8AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,138,214); }

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

background-color css

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

 a { background-color: rgb(159,138,214); }

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

border-color css

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

 span { border-color: rgb(159,138,214); }

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