Html Css Color HEX #9B4BC0 Deep Lilac

📋 copy color: '#9B4BC0'

red 155 ◦ green 75 ◦ blue 192

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

Shades of Deep Lilac #9B4BC0

Tints of Deep Lilac #9B4BC0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.77%

 BLUE value IS 192 (75.39% from 255) = 45.5%

R = 36.73%
G = 17.77%
B = 45.5%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B4BC0 (or 0x9B4BC0) is known color: Deep Lilac. HEX triplet: 9B, 4B and C0. RGB value is (155,75,192). Sum of RGB (Red+Green+Blue) = 155+75+192=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 192 - color contains mainly: blue. Hex color #9B4BC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B4BC0 is #64B43F. Grayscale: #6F6F6F. Windows color (decimal): -6599744 or 12602267. OLE color: 12602267.

HSL color Cylindrical-coordinate representation of color #9B4BC0: hue angle of 281.03º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B4BC0 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 75 192 -
CMYK 0.19 0.61 0 0.25
HSL 281.03º 0.48% 0.52% -
HSV(B) 281.03º 0.61% 0.75% -
XYZ 25.55 15.81 51.57 -
YUV 112.26 173 158.49 -
System Red Green Blue C M Y K H S L
Decimal 155 75 192 0.19 0.61 0 0.25 281.03 0.48 0.52
Hex 9B 4B C0 13 3D 0 19 119 30 34
Octal 233 113 300 23 75 0 31 431 60 64
Binary 10011011 1001011 11000000 10011 111101 0 11001 100011001 110000 110100

Color Harmonies of #9B4BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4BC0

Black with #9B4BC0

Text Example


Text Example

White with #9B4BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,75,192); }

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

background-color css

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

 a { background-color: rgb(155,75,192); }

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

border-color css

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

 span { border-color: rgb(155,75,192); }

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