Html Css Color HEX #956FD0 Lilac Bush

📋 copy color: '#956FD0'

red 149 ◦ green 111 ◦ blue 208

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

Shades of Lilac Bush #956FD0

Tints of Lilac Bush #956FD0

RGB

 RED value IS 149 (58.59% from 255) = 31.84%

 GREEN value IS 111 (43.75% from 255) = 23.72%

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

R = 31.84%
G = 23.72%
B = 44.44%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#956FD0 (or 0x956FD0) is known color: Lilac Bush. HEX triplet: 95, 6F and D0. RGB value is (149,111,208). Sum of RGB (Red+Green+Blue) = 149+111+208=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 208 - color contains mainly: blue. Hex color #956FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956FD0 is #6A902F. Grayscale: #858585. Windows color (decimal): -6983728 or 13660053. OLE color: 13660053.

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

Color convert

RGB 149 111 208 -
CMYK 0.28 0.47 0 0.18
HSL 263.51º 0.51% 0.63% -
HSV(B) 263.51º 0.47% 0.82% -
XYZ 29.46 22.31 62.43 -
YUV 133.42 170.09 139.11 -
System Red Green Blue C M Y K H S L
Decimal 149 111 208 0.28 0.47 0 0.18 263.51 0.51 0.63
Hex 95 6F D0 1C 2F 0 12 108 33 3F
Octal 225 157 320 34 57 0 22 410 63 77
Binary 10010101 1101111 11010000 11100 101111 0 10010 100001000 110011 111111

Color Harmonies of #956FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956FD0

Black with #956FD0

Text Example


Text Example

White with #956FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956FD0; }

 p { color: rgb(149,111,208); }

 H1.HeaderClassName
 {
   color: #956FD0;
 }
 .AnyTagClassName
 {
   color: #956FD0;
 }
</style>

background-color css

<style>
 a { background-color: #956FD0; }

 a { background-color: rgb(149,111,208); }

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

border-color css

<style>
 span { border-color: #956FD0; }

 span { border-color: rgb(149,111,208); }

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