Html Css Color HEX #9749FE Blue Violet

📋 copy color: '#9749FE'

red 151 ◦ green 73 ◦ blue 254

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

Shades of Blue Violet #9749FE

Tints of Blue Violet #9749FE

RGB

 RED value IS 151 (59.38% from 255) = 31.59%

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

 BLUE value IS 254 (99.61% from 255) = 53.14%

R = 31.59%
G = 15.27%
B = 53.14%

CMYK

 C value IS 0.41

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9749FE (or 0x9749FE) is known color: Blue Violet. HEX triplet: 97, 49 and FE. RGB value is (151,73,254). Sum of RGB (Red+Green+Blue) = 151+73+254=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 73 (28.91% from 255 or 15.27% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #9749FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9749FE is #68B601. Grayscale: #747474. Windows color (decimal): -6862338 or 16664983. OLE color: 16664983.

HSL color Cylindrical-coordinate representation of color #9749FE: hue angle of 265.86º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9749FE is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 151 73 254 -
CMYK 0.41 0.71 0 0.00
HSL 265.86º 0.99% 0.64% -
HSV(B) 265.86º 0.71% 1% -
XYZ 33.03 18.5 95.6 -
YUV 116.96 205.34 152.28 -
System Red Green Blue C M Y K H S L
Decimal 151 73 254 0.41 0.71 0 0.00 265.86 0.99 0.64
Hex 97 49 FE 29 47 0 0 10A 63 40
Octal 227 111 376 51 107 0 0 412 143 100
Binary 10010111 1001001 11111110 101001 1000111 0 0 100001010 1100011 1000000

Color Harmonies of #9749FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9749FE

Black with #9749FE

Text Example


Text Example

White with #9749FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9749FE; }

 p { color: rgb(151,73,254); }

 H1.HeaderClassName
 {
   color: #9749FE;
 }
 .AnyTagClassName
 {
   color: #9749FE;
 }
</style>

background-color css

<style>
 a { background-color: #9749FE; }

 a { background-color: rgb(151,73,254); }

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

border-color css

<style>
 span { border-color: #9749FE; }

 span { border-color: rgb(151,73,254); }

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