Html Css Color HEX #943FAF Deep Lilac

📋 copy color: '#943FAF'

red 148 ◦ green 63 ◦ blue 175

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

Shades of Deep Lilac #943FAF

Tints of Deep Lilac #943FAF

RGB

 RED value IS 148 (58.2% from 255) = 38.34%

 GREEN value IS 63 (25% from 255) = 16.32%

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

R = 38.34%
G = 16.32%
B = 45.34%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#943FAF (or 0x943FAF) is known color: Deep Lilac. HEX triplet: 94, 3F and AF. RGB value is (148,63,175). Sum of RGB (Red+Green+Blue) = 148+63+175=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #943FAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943FAF is #6BC050. Grayscale: #646464. Windows color (decimal): -7061585 or 11485076. OLE color: 11485076.

HSL color Cylindrical-coordinate representation of color #943FAF: hue angle of 285.54º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #943FAF is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 63 175 -
CMYK 0.15 0.64 0 0.31
HSL 285.54º 0.47% 0.47% -
HSV(B) 285.54º 0.64% 0.69% -
XYZ 21.73 12.95 41.91 -
YUV 101.18 169.66 161.39 -
System Red Green Blue C M Y K H S L
Decimal 148 63 175 0.15 0.64 0 0.31 285.54 0.47 0.47
Hex 94 3F AF F 40 0 1F 11E 2F 2F
Octal 224 77 257 17 100 0 37 436 57 57
Binary 10010100 111111 10101111 1111 1000000 0 11111 100011110 101111 101111

Color Harmonies of #943FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943FAF

Black with #943FAF

Text Example


Text Example

White with #943FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943FAF; }

 p { color: rgb(148,63,175); }

 H1.HeaderClassName
 {
   color: #943FAF;
 }
 .AnyTagClassName
 {
   color: #943FAF;
 }
</style>

background-color css

<style>
 a { background-color: #943FAF; }

 a { background-color: rgb(148,63,175); }

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

border-color css

<style>
 span { border-color: #943FAF; }

 span { border-color: rgb(148,63,175); }

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