Html Css Color HEX #9F8ADE Biloba Flower

📋 copy color: '#9F8ADE'

red 159 ◦ green 138 ◦ blue 222

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

Shades of Biloba Flower #9F8ADE

Tints of Biloba Flower #9F8ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.77%

R = 30.64%
G = 26.59%
B = 42.77%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F8ADE (or 0x9F8ADE) is known color: Biloba Flower. HEX triplet: 9F, 8A and DE. RGB value is (159,138,222). Sum of RGB (Red+Green+Blue) = 159+138+222=519 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.64% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F8ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8ADE is #607521. Grayscale: #999999. Windows color (decimal): -6321442 or 14584479. OLE color: 14584479.

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

Color convert

RGB 159 138 222 -
CMYK 0.28 0.38 0 0.13
HSL 255º 0.56% 0.71% -
HSV(B) 255º 0.38% 0.87% -
XYZ 36.57 30.82 73.13 -
YUV 153.86 166.46 131.67 -
System Red Green Blue C M Y K H S L
Decimal 159 138 222 0.28 0.38 0 0.13 255 0.56 0.71
Hex 9F 8A DE 1C 26 0 D FF 38 47
Octal 237 212 336 34 46 0 15 377 70 107
Binary 10011111 10001010 11011110 11100 100110 0 1101 11111111 111000 1000111

Color Harmonies of #9F8ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8ADE

Black with #9F8ADE

Text Example


Text Example

White with #9F8ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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