Html Css Color HEX #9749FB Blue Violet

📋 copy color: '#9749FB'

red 151 ◦ green 73 ◦ blue 251

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

Shades of Blue Violet #9749FB

Tints of Blue Violet #9749FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.84%

R = 31.79%
G = 15.37%
B = 52.84%

CMYK

 C value IS 0.40

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9749FB (or 0x9749FB) is known color: Blue Violet. HEX triplet: 97, 49 and FB. RGB value is (151,73,251). Sum of RGB (Red+Green+Blue) = 151+73+251=475 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.79% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #9749FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9749FB is #68B604. Grayscale: #737373. Windows color (decimal): -6862341 or 16468375. OLE color: 16468375.

HSL color Cylindrical-coordinate representation of color #9749FB: hue angle of 266.29º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9749FB is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 73 251 -
CMYK 0.40 0.71 0 0.02
HSL 266.29º 0.96% 0.64% -
HSV(B) 266.29º 0.71% 0.98% -
XYZ 32.56 18.31 93.08 -
YUV 116.61 203.84 152.53 -
System Red Green Blue C M Y K H S L
Decimal 151 73 251 0.40 0.71 0 0.02 266.29 0.96 0.64
Hex 97 49 FB 28 47 0 2 10A 60 40
Octal 227 111 373 50 107 0 2 412 140 100
Binary 10010111 1001001 11111011 101000 1000111 0 10 100001010 1100000 1000000

Color Harmonies of #9749FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9749FB

Black with #9749FB

Text Example


Text Example

White with #9749FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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