Html Css Color HEX #9B42AF Deep Lilac

📋 copy color: '#9B42AF'

red 155 ◦ green 66 ◦ blue 175

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

Shades of Deep Lilac #9B42AF

Tints of Deep Lilac #9B42AF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.67%

 BLUE value IS 175 (68.75% from 255) = 44.19%

R = 39.14%
G = 16.67%
B = 44.19%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9B42AF (or 0x9B42AF) is known color: Deep Lilac. HEX triplet: 9B, 42 and AF. RGB value is (155,66,175). Sum of RGB (Red+Green+Blue) = 155+66+175=396 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.14% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B42AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B42AF is #64BD50. Grayscale: #686868. Windows color (decimal): -6602065 or 11485851. OLE color: 11485851.

HSL color Cylindrical-coordinate representation of color #9B42AF: hue angle of 288.99º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9B42AF is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 155 66 175 -
CMYK 0.11 0.62 0 0.31
HSL 288.99º 0.45% 0.47% -
HSV(B) 288.99º 0.62% 0.69% -
XYZ 23.2 13.96 42.03 -
YUV 105.04 167.49 163.64 -
System Red Green Blue C M Y K H S L
Decimal 155 66 175 0.11 0.62 0 0.31 288.99 0.45 0.47
Hex 9B 42 AF B 3E 0 1F 121 2D 2F
Octal 233 102 257 13 76 0 37 441 55 57
Binary 10011011 1000010 10101111 1011 111110 0 11111 100100001 101101 101111

Color Harmonies of #9B42AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B42AF

Black with #9B42AF

Text Example


Text Example

White with #9B42AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,66,175); }

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

background-color css

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

 a { background-color: rgb(155,66,175); }

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

border-color css

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

 span { border-color: rgb(155,66,175); }

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