Html Css Color HEX #9749FA Blue Violet

📋 copy color: '#9749FA'

red 151 ◦ green 73 ◦ blue 250

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

Shades of Blue Violet #9749FA

Tints of Blue Violet #9749FA

RGB

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

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

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

R = 31.86%
G = 15.4%
B = 52.74%

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

#9749FA (or 0x9749FA) is known color: Blue Violet. HEX triplet: 97, 49 and FA. RGB value is (151,73,250). Sum of RGB (Red+Green+Blue) = 151+73+250=474 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.86% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #9749FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9749FA is #68B605. Grayscale: #737373. Windows color (decimal): -6862342 or 16402839. OLE color: 16402839.

HSL color Cylindrical-coordinate representation of color #9749FA: hue angle of 266.44º 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 #9749FA is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 73 250 -
CMYK 0.40 0.71 0 0.02
HSL 266.44º 0.95% 0.63% -
HSV(B) 266.44º 0.71% 0.98% -
XYZ 32.4 18.25 92.26 -
YUV 116.5 203.34 152.61 -
System Red Green Blue C M Y K H S L
Decimal 151 73 250 0.40 0.71 0 0.02 266.44 0.95 0.63
Hex 97 49 FA 28 47 0 2 10A 5F 3F
Octal 227 111 372 50 107 0 2 412 137 77
Binary 10010111 1001001 11111010 101000 1000111 0 10 100001010 1011111 111111

Color Harmonies of #9749FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9749FA

Black with #9749FA

Text Example


Text Example

White with #9749FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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