Html Css Color HEX #9D8ADB Biloba Flower

📋 copy color: '#9D8ADB'

red 157 ◦ green 138 ◦ blue 219

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

Shades of Biloba Flower #9D8ADB

Tints of Biloba Flower #9D8ADB

RGB

 RED value IS 157 (61.72% from 255) = 30.54%

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

 BLUE value IS 219 (85.94% from 255) = 42.61%

R = 30.54%
G = 26.85%
B = 42.61%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D8ADB (or 0x9D8ADB) is known color: Biloba Flower. HEX triplet: 9D, 8A and DB. RGB value is (157,138,219). Sum of RGB (Red+Green+Blue) = 157+138+219=514 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.54% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D8ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8ADB is #627524. Grayscale: #989898. Windows color (decimal): -6452517 or 14387869. OLE color: 14387869.

HSL color Cylindrical-coordinate representation of color #9D8ADB: hue angle of 254.07º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9D8ADB is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 138 219 -
CMYK 0.28 0.37 0 0.14
HSL 254.07º 0.53% 0.7% -
HSV(B) 254.07º 0.37% 0.86% -
XYZ 35.78 30.46 71.01 -
YUV 152.92 165.29 130.91 -
System Red Green Blue C M Y K H S L
Decimal 157 138 219 0.28 0.37 0 0.14 254.07 0.53 0.7
Hex 9D 8A DB 1C 25 0 E FE 35 46
Octal 235 212 333 34 45 0 16 376 65 106
Binary 10011101 10001010 11011011 11100 100101 0 1110 11111110 110101 1000110

Color Harmonies of #9D8ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8ADB

Black with #9D8ADB

Text Example


Text Example

White with #9D8ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,138,219); }

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

background-color css

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

 a { background-color: rgb(157,138,219); }

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

border-color css

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

 span { border-color: rgb(157,138,219); }

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