Html Css Color HEX #9D49FF Blue Violet

📋 copy color: '#9D49FF'

red 157 ◦ green 73 ◦ blue 255

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

Shades of Blue Violet #9D49FF

Tints of Blue Violet #9D49FF

RGB

 RED value IS 157 (61.72% from 255) = 32.37%

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

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

R = 32.37%
G = 15.05%
B = 52.58%

CMYK

 C value IS 0.38

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9D49FF (or 0x9D49FF) is known color: Blue Violet. HEX triplet: 9D, 49 and FF. RGB value is (157,73,255). Sum of RGB (Red+Green+Blue) = 157+73+255=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D49FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D49FF is #62B600. Grayscale: #767676. Windows color (decimal): -6469121 or 16730525. OLE color: 16730525.

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

Color convert

RGB 157 73 255 -
CMYK 0.38 0.71 0 0
HSL 267.69º 1% 0.64% -
HSV(B) 267.69º 0.71% 1% -
XYZ 34.34 19.15 96.49 -
YUV 118.86 204.83 155.2 -
System Red Green Blue C M Y K H S L
Decimal 157 73 255 0.38 0.71 0 0 267.69 1 0.64
Hex 9D 49 FF 26 47 0 0 10C 64 40
Octal 235 111 377 46 107 0 0 414 144 100
Binary 10011101 1001001 11111111 100110 1000111 0 0 100001100 1100100 1000000

Color Harmonies of #9D49FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D49FF

Black with #9D49FF

Text Example


Text Example

White with #9D49FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D49FF; }

 p { color: rgb(157,73,255); }

 H1.HeaderClassName
 {
   color: #9D49FF;
 }
 .AnyTagClassName
 {
   color: #9D49FF;
 }
</style>

background-color css

<style>
 a { background-color: #9D49FF; }

 a { background-color: rgb(157,73,255); }

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

border-color css

<style>
 span { border-color: #9D49FF; }

 span { border-color: rgb(157,73,255); }

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