Html Css Color HEX #9248FF Blue Violet

📋 copy color: '#9248FF'

red 146 ◦ green 72 ◦ blue 255

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

Shades of Blue Violet #9248FF

Tints of Blue Violet #9248FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.91%

R = 30.87%
G = 15.22%
B = 53.91%

CMYK

 C value IS 0.43

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9248FF (or 0x9248FF) is known color: Blue Violet. HEX triplet: 92, 48 and FF. RGB value is (146,72,255). Sum of RGB (Red+Green+Blue) = 146+72+255=473 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.87% from 473); Green value is 72 (28.52% from 255 or 15.22% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #9248FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9248FF is #6DB700. Grayscale: #727272. Windows color (decimal): -7190273 or 16730258. OLE color: 16730258.

HSL color Cylindrical-coordinate representation of color #9248FF: hue angle of 264.26º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9248FF is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 146 72 255 -
CMYK 0.43 0.72 0 0
HSL 264.26º 1% 0.64% -
HSV(B) 264.26º 0.72% 1% -
XYZ 32.22 17.97 96.38 -
YUV 114.99 207.02 150.12 -
System Red Green Blue C M Y K H S L
Decimal 146 72 255 0.43 0.72 0 0 264.26 1 0.64
Hex 92 48 FF 2B 48 0 0 108 64 40
Octal 222 110 377 53 110 0 0 410 144 100
Binary 10010010 1001000 11111111 101011 1001000 0 0 100001000 1100100 1000000

Color Harmonies of #9248FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9248FF

Black with #9248FF

Text Example


Text Example

White with #9248FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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