Html Css Color HEX #9670D0 Lilac Bush

📋 copy color: '#9670D0'

red 150 ◦ green 112 ◦ blue 208

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

Shades of Lilac Bush #9670D0

Tints of Lilac Bush #9670D0

RGB

 RED value IS 150 (58.98% from 255) = 31.91%

 GREEN value IS 112 (44.14% from 255) = 23.83%

 BLUE value IS 208 (81.64% from 255) = 44.26%

R = 31.91%
G = 23.83%
B = 44.26%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9670D0 (or 0x9670D0) is known color: Lilac Bush. HEX triplet: 96, 70 and D0. RGB value is (150,112,208). Sum of RGB (Red+Green+Blue) = 150+112+208=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 208 - color contains mainly: blue. Hex color #9670D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9670D0 is #698F2F. Grayscale: #858585. Windows color (decimal): -6917936 or 13660310. OLE color: 13660310.

HSL color Cylindrical-coordinate representation of color #9670D0: hue angle of 263.75º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9670D0 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 112 208 -
CMYK 0.28 0.46 0 0.18
HSL 263.75º 0.51% 0.63% -
HSV(B) 263.75º 0.46% 0.82% -
XYZ 29.76 22.63 62.47 -
YUV 134.31 169.59 139.19 -
System Red Green Blue C M Y K H S L
Decimal 150 112 208 0.28 0.46 0 0.18 263.75 0.51 0.63
Hex 96 70 D0 1C 2E 0 12 108 33 3F
Octal 226 160 320 34 56 0 22 410 63 77
Binary 10010110 1110000 11010000 11100 101110 0 10010 100001000 110011 111111

Color Harmonies of #9670D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9670D0

Black with #9670D0

Text Example


Text Example

White with #9670D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9670D0; }

 p { color: rgb(150,112,208); }

 H1.HeaderClassName
 {
   color: #9670D0;
 }
 .AnyTagClassName
 {
   color: #9670D0;
 }
</style>

background-color css

<style>
 a { background-color: #9670D0; }

 a { background-color: rgb(150,112,208); }

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

border-color css

<style>
 span { border-color: #9670D0; }

 span { border-color: rgb(150,112,208); }

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