Html Css Color HEX #9F8AD8 Biloba Flower

📋 copy color: '#9F8AD8'

red 159 ◦ green 138 ◦ blue 216

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

Shades of Biloba Flower #9F8AD8

Tints of Biloba Flower #9F8AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.11%

R = 30.99%
G = 26.9%
B = 42.11%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9F8AD8 (or 0x9F8AD8) is known color: Biloba Flower. HEX triplet: 9F, 8A and D8. RGB value is (159,138,216). Sum of RGB (Red+Green+Blue) = 159+138+216=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 216 (84.77% from 255 or 42.11% from 513); Max value from RGB is 216 - color contains mainly: blue. Hex color #9F8AD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8AD8 is #607527. Grayscale: #989898. Windows color (decimal): -6321448 or 14191263. OLE color: 14191263.

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

Color convert

RGB 159 138 216 -
CMYK 0.26 0.36 0 0.15
HSL 256.15º 0.5% 0.69% -
HSV(B) 256.15º 0.36% 0.85% -
XYZ 35.78 30.51 68.97 -
YUV 153.17 163.46 132.16 -
System Red Green Blue C M Y K H S L
Decimal 159 138 216 0.26 0.36 0 0.15 256.15 0.5 0.69
Hex 9F 8A D8 1A 24 0 F 100 32 45
Octal 237 212 330 32 44 0 17 400 62 105
Binary 10011111 10001010 11011000 11010 100100 0 1111 100000000 110010 1000101

Color Harmonies of #9F8AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8AD8

Black with #9F8AD8

Text Example


Text Example

White with #9F8AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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