Html Css Color HEX #9248FA Blue Violet

📋 copy color: '#9248FA'

red 146 ◦ green 72 ◦ blue 250

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

Shades of Blue Violet #9248FA

Tints of Blue Violet #9248FA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.38%

 BLUE value IS 250 (98.05% from 255) = 53.42%

R = 31.2%
G = 15.38%
B = 53.42%

CMYK

 C value IS 0.42

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9248FA (or 0x9248FA) is known color: Blue Violet. HEX triplet: 92, 48 and FA. RGB value is (146,72,250). Sum of RGB (Red+Green+Blue) = 146+72+250=468 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.20% from 468); Green value is 72 (28.52% from 255 or 15.38% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #9248FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9248FA is #6DB705. Grayscale: #717171. Windows color (decimal): -7190278 or 16402578. OLE color: 16402578.

HSL color Cylindrical-coordinate representation of color #9248FA: hue angle of 264.94º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9248FA is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 146 72 250 -
CMYK 0.42 0.71 0 0.02
HSL 264.94º 0.95% 0.63% -
HSV(B) 264.94º 0.71% 0.98% -
XYZ 31.43 17.65 92.19 -
YUV 114.42 204.52 150.53 -
System Red Green Blue C M Y K H S L
Decimal 146 72 250 0.42 0.71 0 0.02 264.94 0.95 0.63
Hex 92 48 FA 2A 47 0 2 109 5F 3F
Octal 222 110 372 52 107 0 2 411 137 77
Binary 10010010 1001000 11111010 101010 1000111 0 10 100001001 1011111 111111

Color Harmonies of #9248FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9248FA

Black with #9248FA

Text Example


Text Example

White with #9248FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9248FA; }

 p { color: rgb(146,72,250); }

 H1.HeaderClassName
 {
   color: #9248FA;
 }
 .AnyTagClassName
 {
   color: #9248FA;
 }
</style>

background-color css

<style>
 a { background-color: #9248FA; }

 a { background-color: rgb(146,72,250); }

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

border-color css

<style>
 span { border-color: #9248FA; }

 span { border-color: rgb(146,72,250); }

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