Html Css Color HEX #9F88DF Biloba Flower

📋 copy color: '#9F88DF'

red 159 ◦ green 136 ◦ blue 223

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

Shades of Biloba Flower #9F88DF

Tints of Biloba Flower #9F88DF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.25%

 BLUE value IS 223 (87.5% from 255) = 43.05%

R = 30.69%
G = 26.25%
B = 43.05%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F88DF (or 0x9F88DF) is known color: Biloba Flower. HEX triplet: 9F, 88 and DF. RGB value is (159,136,223). Sum of RGB (Red+Green+Blue) = 159+136+223=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F88DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F88DF is #607720. Grayscale: #989898. Windows color (decimal): -6321953 or 14649503. OLE color: 14649503.

HSL color Cylindrical-coordinate representation of color #9F88DF: hue angle of 255.86º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F88DF is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 136 223 -
CMYK 0.29 0.39 0 0.13
HSL 255.86º 0.58% 0.7% -
HSV(B) 255.86º 0.39% 0.87% -
XYZ 36.42 30.31 73.74 -
YUV 152.8 167.62 132.43 -
System Red Green Blue C M Y K H S L
Decimal 159 136 223 0.29 0.39 0 0.13 255.86 0.58 0.7
Hex 9F 88 DF 1D 27 0 D 100 3A 46
Octal 237 210 337 35 47 0 15 400 72 106
Binary 10011111 10001000 11011111 11101 100111 0 1101 100000000 111010 1000110

Color Harmonies of #9F88DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F88DF

Black with #9F88DF

Text Example


Text Example

White with #9F88DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,136,223); }

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

background-color css

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

 a { background-color: rgb(159,136,223); }

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

border-color css

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

 span { border-color: rgb(159,136,223); }

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