Html Css Color HEX #9D31FA Blue Violet

📋 copy color: '#9D31FA'

red 157 ◦ green 49 ◦ blue 250

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

Shades of Blue Violet #9D31FA

Tints of Blue Violet #9D31FA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.75%

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

R = 34.43%
G = 10.75%
B = 54.82%

CMYK

 C value IS 0.37

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9D31FA (or 0x9D31FA) is known color: Blue Violet. HEX triplet: 9D, 31 and FA. RGB value is (157,49,250). Sum of RGB (Red+Green+Blue) = 157+49+250=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 49 (19.53% from 255 or 10.75% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D31FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D31FA is #62CE05. Grayscale: #676767. Windows color (decimal): -6475270 or 16396701. OLE color: 16396701.

HSL color Cylindrical-coordinate representation of color #9D31FA: hue angle of 272.24º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D31FA is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 49 250 -
CMYK 0.37 0.80 0 0.02
HSL 272.24º 0.95% 0.59% -
HSV(B) 272.24º 0.8% 0.98% -
XYZ 32.26 16.27 91.88 -
YUV 104.21 210.28 165.66 -
System Red Green Blue C M Y K H S L
Decimal 157 49 250 0.37 0.80 0 0.02 272.24 0.95 0.59
Hex 9D 31 FA 25 50 0 2 110 5F 3B
Octal 235 61 372 45 120 0 2 420 137 73
Binary 10011101 110001 11111010 100101 1010000 0 10 100010000 1011111 111011

Color Harmonies of #9D31FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D31FA

Black with #9D31FA

Text Example


Text Example

White with #9D31FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,49,250); }

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

background-color css

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

 a { background-color: rgb(157,49,250); }

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

border-color css

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

 span { border-color: rgb(157,49,250); }

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