Html Css Color HEX #9451CC Deep Lilac

📋 copy color: '#9451CC'

red 148 ◦ green 81 ◦ blue 204

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

Shades of Deep Lilac #9451CC

Tints of Deep Lilac #9451CC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.71%

 BLUE value IS 204 (80.08% from 255) = 47.11%

R = 34.18%
G = 18.71%
B = 47.11%

CMYK

 C value IS 0.27

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9451CC (or 0x9451CC) is known color: Deep Lilac. HEX triplet: 94, 51 and CC. RGB value is (148,81,204). Sum of RGB (Red+Green+Blue) = 148+81+204=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #9451CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9451CC is #6BAE33. Grayscale: #727272. Windows color (decimal): -7056948 or 13390228. OLE color: 13390228.

HSL color Cylindrical-coordinate representation of color #9451CC: hue angle of 272.68º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9451CC is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 81 204 -
CMYK 0.27 0.60 0 0.2
HSL 272.68º 0.55% 0.56% -
HSV(B) 272.68º 0.6% 0.8% -
XYZ 26.05 16.54 58.95 -
YUV 115.06 178.2 151.5 -
System Red Green Blue C M Y K H S L
Decimal 148 81 204 0.27 0.60 0 0.2 272.68 0.55 0.56
Hex 94 51 CC 1B 3C 0 14 111 37 38
Octal 224 121 314 33 74 0 24 421 67 70
Binary 10010100 1010001 11001100 11011 111100 0 10100 100010001 110111 111000

Color Harmonies of #9451CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9451CC

Black with #9451CC

Text Example


Text Example

White with #9451CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9451CC; }

 p { color: rgb(148,81,204); }

 H1.HeaderClassName
 {
   color: #9451CC;
 }
 .AnyTagClassName
 {
   color: #9451CC;
 }
</style>

background-color css

<style>
 a { background-color: #9451CC; }

 a { background-color: rgb(148,81,204); }

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

border-color css

<style>
 span { border-color: #9451CC; }

 span { border-color: rgb(148,81,204); }

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