Html Css Color HEX #9250CA Deep Lilac

📋 copy color: '#9250CA'

red 146 ◦ green 80 ◦ blue 202

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

Shades of Deep Lilac #9250CA

Tints of Deep Lilac #9250CA

RGB

 RED value IS 146 (57.42% from 255) = 34.11%

 GREEN value IS 80 (31.64% from 255) = 18.69%

 BLUE value IS 202 (79.3% from 255) = 47.2%

R = 34.11%
G = 18.69%
B = 47.2%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9250CA (or 0x9250CA) is known color: Deep Lilac. HEX triplet: 92, 50 and CA. RGB value is (146,80,202). Sum of RGB (Red+Green+Blue) = 146+80+202=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #9250CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9250CA is #6DAF35. Grayscale: #717171. Windows color (decimal): -7188278 or 13258898. OLE color: 13258898.

HSL color Cylindrical-coordinate representation of color #9250CA: hue angle of 272.46º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9250CA is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 146 80 202 -
CMYK 0.28 0.60 0 0.21
HSL 272.46º 0.54% 0.55% -
HSV(B) 272.46º 0.6% 0.79% -
XYZ 25.38 16.11 57.65 -
YUV 113.64 177.87 151.08 -
System Red Green Blue C M Y K H S L
Decimal 146 80 202 0.28 0.60 0 0.21 272.46 0.54 0.55
Hex 92 50 CA 1C 3C 0 15 110 36 37
Octal 222 120 312 34 74 0 25 420 66 67
Binary 10010010 1010000 11001010 11100 111100 0 10101 100010000 110110 110111

Color Harmonies of #9250CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9250CA

Black with #9250CA

Text Example


Text Example

White with #9250CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9250CA; }

 p { color: rgb(146,80,202); }

 H1.HeaderClassName
 {
   color: #9250CA;
 }
 .AnyTagClassName
 {
   color: #9250CA;
 }
</style>

background-color css

<style>
 a { background-color: #9250CA; }

 a { background-color: rgb(146,80,202); }

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

border-color css

<style>
 span { border-color: #9250CA; }

 span { border-color: rgb(146,80,202); }

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