Html Css Color HEX #9D1DF9 Blue Violet

📋 copy color: '#9D1DF9'

red 157 ◦ green 29 ◦ blue 249

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

Shades of Blue Violet #9D1DF9

Tints of Blue Violet #9D1DF9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.67%

 BLUE value IS 249 (97.66% from 255) = 57.24%

R = 36.09%
G = 6.67%
B = 57.24%

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

#9D1DF9 (or 0x9D1DF9) is known color: Blue Violet. HEX triplet: 9D, 1D and F9. RGB value is (157,29,249). Sum of RGB (Red+Green+Blue) = 157+29+249=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 29 (11.72% from 255 or 6.67% from 435); Blue value is 249 (97.66% from 255 or 57.24% from 435); Max value from RGB is 249 - color contains mainly: blue. Hex color #9D1DF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D1DF9 is #62E206. Grayscale: #5B5B5B. Windows color (decimal): -6480391 or 16326045. OLE color: 16326045.

HSL color Cylindrical-coordinate representation of color #9D1DF9: hue angle of 274.91º degrees, saturation: 0.95, 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 #9D1DF9 is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 29 249 -
CMYK 0.37 0.88 0 0.02
HSL 274.91º 0.95% 0.55% -
HSV(B) 274.91º 0.88% 0.98% -
XYZ 31.44 14.89 90.84 -
YUV 92.35 216.41 174.11 -
System Red Green Blue C M Y K H S L
Decimal 157 29 249 0.37 0.88 0 0.02 274.91 0.95 0.55
Hex 9D 1D F9 25 58 0 2 113 5F 37
Octal 235 35 371 45 130 0 2 423 137 67
Binary 10011101 11101 11111001 100101 1011000 0 10 100010011 1011111 110111

Color Harmonies of #9D1DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1DF9

Black with #9D1DF9

Text Example


Text Example

White with #9D1DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,29,249); }

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

background-color css

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

 a { background-color: rgb(157,29,249); }

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

border-color css

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

 span { border-color: rgb(157,29,249); }

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