Html Css Color HEX #9B3DB6 Deep Lilac

📋 copy color: '#9B3DB6'

red 155 ◦ green 61 ◦ blue 182

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

Shades of Deep Lilac #9B3DB6

Tints of Deep Lilac #9B3DB6

RGB

 RED value IS 155 (60.94% from 255) = 38.94%

 GREEN value IS 61 (24.22% from 255) = 15.33%

 BLUE value IS 182 (71.48% from 255) = 45.73%

R = 38.94%
G = 15.33%
B = 45.73%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9B3DB6 (or 0x9B3DB6) is known color: Deep Lilac. HEX triplet: 9B, 3D and B6. RGB value is (155,61,182). Sum of RGB (Red+Green+Blue) = 155+61+182=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 182 (71.48% from 255 or 45.73% from 398); Max value from RGB is 182 - color contains mainly: blue. Hex color #9B3DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3DB6 is #64C249. Grayscale: #666666. Windows color (decimal): -6603338 or 11943323. OLE color: 11943323.

HSL color Cylindrical-coordinate representation of color #9B3DB6: hue angle of 286.61º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B3DB6 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 155 61 182 -
CMYK 0.15 0.66 0 0.29
HSL 286.61º 0.5% 0.48% -
HSV(B) 286.61º 0.66% 0.71% -
XYZ 23.63 13.68 45.65 -
YUV 102.9 172.64 165.16 -
System Red Green Blue C M Y K H S L
Decimal 155 61 182 0.15 0.66 0 0.29 286.61 0.5 0.48
Hex 9B 3D B6 F 42 0 1D 11F 32 30
Octal 233 75 266 17 102 0 35 437 62 60
Binary 10011011 111101 10110110 1111 1000010 0 11101 100011111 110010 110000

Color Harmonies of #9B3DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3DB6

Black with #9B3DB6

Text Example


Text Example

White with #9B3DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,61,182); }

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

background-color css

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

 a { background-color: rgb(155,61,182); }

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

border-color css

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

 span { border-color: rgb(155,61,182); }

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