Html Css Color HEX #967DC1 Lilac Bush

📋 copy color: '#967DC1'

red 150 ◦ green 125 ◦ blue 193

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

Shades of Lilac Bush #967DC1

Tints of Lilac Bush #967DC1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.71%

 BLUE value IS 193 (75.78% from 255) = 41.24%

R = 32.05%
G = 26.71%
B = 41.24%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#967DC1 (or 0x967DC1) is known color: Lilac Bush. HEX triplet: 96, 7D and C1. RGB value is (150,125,193). Sum of RGB (Red+Green+Blue) = 150+125+193=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #967DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967DC1 is #69823E. Grayscale: #8B8B8B. Windows color (decimal): -6914623 or 12680598. OLE color: 12680598.

HSL color Cylindrical-coordinate representation of color #967DC1: hue angle of 262.06º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #967DC1 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 125 193 -
CMYK 0.22 0.35 0 0.24
HSL 262.06º 0.35% 0.62% -
HSV(B) 262.06º 0.35% 0.76% -
XYZ 29.54 25 53.72 -
YUV 140.23 157.78 134.97 -
System Red Green Blue C M Y K H S L
Decimal 150 125 193 0.22 0.35 0 0.24 262.06 0.35 0.62
Hex 96 7D C1 16 23 0 18 106 23 3E
Octal 226 175 301 26 43 0 30 406 43 76
Binary 10010110 1111101 11000001 10110 100011 0 11000 100000110 100011 111110

Color Harmonies of #967DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967DC1

Black with #967DC1

Text Example


Text Example

White with #967DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967DC1; }

 p { color: rgb(150,125,193); }

 H1.HeaderClassName
 {
   color: #967DC1;
 }
 .AnyTagClassName
 {
   color: #967DC1;
 }
</style>

background-color css

<style>
 a { background-color: #967DC1; }

 a { background-color: rgb(150,125,193); }

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

border-color css

<style>
 span { border-color: #967DC1; }

 span { border-color: rgb(150,125,193); }

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