Html Css Color HEX #9249DF Blue Violet

📋 copy color: '#9249DF'

red 146 ◦ green 73 ◦ blue 223

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

Shades of Blue Violet #9249DF

Tints of Blue Violet #9249DF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.52%

 BLUE value IS 223 (87.5% from 255) = 50.45%

R = 33.03%
G = 16.52%
B = 50.45%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9249DF (or 0x9249DF) is known color: Blue Violet. HEX triplet: 92, 49 and DF. RGB value is (146,73,223). Sum of RGB (Red+Green+Blue) = 146+73+223=442 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.03% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #9249DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9249DF is #6DB620. Grayscale: #6F6F6F. Windows color (decimal): -7190049 or 14633362. OLE color: 14633362.

HSL color Cylindrical-coordinate representation of color #9249DF: hue angle of 269.2º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9249DF is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 73 223 -
CMYK 0.35 0.67 0 0.13
HSL 269.2º 0.7% 0.58% -
HSV(B) 269.2º 0.67% 0.87% -
XYZ 27.56 16.2 71.49 -
YUV 111.93 190.68 152.3 -
System Red Green Blue C M Y K H S L
Decimal 146 73 223 0.35 0.67 0 0.13 269.2 0.7 0.58
Hex 92 49 DF 23 43 0 D 10D 46 3A
Octal 222 111 337 43 103 0 15 415 106 72
Binary 10010010 1001001 11011111 100011 1000011 0 1101 100001101 1000110 111010

Color Harmonies of #9249DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9249DF

Black with #9249DF

Text Example


Text Example

White with #9249DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9249DF; }

 p { color: rgb(146,73,223); }

 H1.HeaderClassName
 {
   color: #9249DF;
 }
 .AnyTagClassName
 {
   color: #9249DF;
 }
</style>

background-color css

<style>
 a { background-color: #9249DF; }

 a { background-color: rgb(146,73,223); }

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

border-color css

<style>
 span { border-color: #9249DF; }

 span { border-color: rgb(146,73,223); }

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