Html Css Color HEX #9F8EEA Biloba Flower

📋 copy color: '#9F8EEA'

red 159 ◦ green 142 ◦ blue 234

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

Shades of Biloba Flower #9F8EEA

Tints of Biloba Flower #9F8EEA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.54%

 BLUE value IS 234 (91.8% from 255) = 43.74%

R = 29.72%
G = 26.54%
B = 43.74%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9F8EEA (or 0x9F8EEA) is known color: Biloba Flower. HEX triplet: 9F, 8E and EA. RGB value is (159,142,234). Sum of RGB (Red+Green+Blue) = 159+142+234=535 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.72% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F8EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8EEA is #607115. Grayscale: #9D9D9D. Windows color (decimal): -6320406 or 15371935. OLE color: 15371935.

HSL color Cylindrical-coordinate representation of color #9F8EEA: hue angle of 251.09º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F8EEA is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 142 234 -
CMYK 0.32 0.39 0 0.08
HSL 251.09º 0.69% 0.74% -
HSV(B) 251.09º 0.39% 0.92% -
XYZ 38.82 32.66 82.1 -
YUV 157.57 171.13 129.02 -
System Red Green Blue C M Y K H S L
Decimal 159 142 234 0.32 0.39 0 0.08 251.09 0.69 0.74
Hex 9F 8E EA 20 27 0 8 FB 45 4A
Octal 237 216 352 40 47 0 10 373 105 112
Binary 10011111 10001110 11101010 100000 100111 0 1000 11111011 1000101 1001010

Color Harmonies of #9F8EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8EEA

Black with #9F8EEA

Text Example


Text Example

White with #9F8EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,142,234); }

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

background-color css

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

 a { background-color: rgb(159,142,234); }

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

border-color css

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

 span { border-color: rgb(159,142,234); }

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