Html Css Color HEX #9D1FFA Blue Violet

📋 copy color: '#9D1FFA'

red 157 ◦ green 31 ◦ blue 250

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

Shades of Blue Violet #9D1FFA

Tints of Blue Violet #9D1FFA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.08%

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

R = 35.84%
G = 7.08%
B = 57.08%

CMYK

 C value IS 0.37

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9D1FFA (or 0x9D1FFA) is known color: Blue Violet. HEX triplet: 9D, 1F and FA. RGB value is (157,31,250). Sum of RGB (Red+Green+Blue) = 157+31+250=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 31 (12.5% from 255 or 7.08% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D1FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D1FFA is #62E005. Grayscale: #5C5C5C. Windows color (decimal): -6479878 or 16392093. OLE color: 16392093.

HSL color Cylindrical-coordinate representation of color #9D1FFA: hue angle of 274.52º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9D1FFA is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 31 250 -
CMYK 0.37 0.88 0 0.02
HSL 274.52º 0.96% 0.55% -
HSV(B) 274.52º 0.88% 0.98% -
XYZ 31.65 15.05 91.68 -
YUV 93.64 216.24 173.19 -
System Red Green Blue C M Y K H S L
Decimal 157 31 250 0.37 0.88 0 0.02 274.52 0.96 0.55
Hex 9D 1F FA 25 58 0 2 113 60 37
Octal 235 37 372 45 130 0 2 423 140 67
Binary 10011101 11111 11111010 100101 1011000 0 10 100010011 1100000 110111

Color Harmonies of #9D1FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1FFA

Black with #9D1FFA

Text Example


Text Example

White with #9D1FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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