Html Css Color HEX #9B5FBD Deep Lilac

📋 copy color: '#9B5FBD'

red 155 ◦ green 95 ◦ blue 189

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

Shades of Deep Lilac #9B5FBD

Tints of Deep Lilac #9B5FBD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.64%

 BLUE value IS 189 (74.22% from 255) = 43.05%

R = 35.31%
G = 21.64%
B = 43.05%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9B5FBD (or 0x9B5FBD) is known color: Deep Lilac. HEX triplet: 9B, 5F and BD. RGB value is (155,95,189). Sum of RGB (Red+Green+Blue) = 155+95+189=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B5FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5FBD is #64A042. Grayscale: #7B7B7B. Windows color (decimal): -6594627 or 12410779. OLE color: 12410779.

HSL color Cylindrical-coordinate representation of color #9B5FBD: hue angle of 278.3º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B5FBD is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 95 189 -
CMYK 0.18 0.50 0 0.26
HSL 278.3º 0.42% 0.56% -
HSV(B) 278.3º 0.5% 0.74% -
XYZ 26.8 18.83 50.37 -
YUV 123.66 164.88 150.36 -
System Red Green Blue C M Y K H S L
Decimal 155 95 189 0.18 0.50 0 0.26 278.3 0.42 0.56
Hex 9B 5F BD 12 32 0 1A 116 2A 38
Octal 233 137 275 22 62 0 32 426 52 70
Binary 10011011 1011111 10111101 10010 110010 0 11010 100010110 101010 111000

Color Harmonies of #9B5FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5FBD

Black with #9B5FBD

Text Example


Text Example

White with #9B5FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,95,189); }

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

background-color css

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

 a { background-color: rgb(155,95,189); }

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

border-color css

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

 span { border-color: rgb(155,95,189); }

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