Html Css Color HEX #9D4AF1 Blue Violet

📋 copy color: '#9D4AF1'

red 157 ◦ green 74 ◦ blue 241

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

Shades of Blue Violet #9D4AF1

Tints of Blue Violet #9D4AF1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.68%

 BLUE value IS 241 (94.53% from 255) = 51.06%

R = 33.26%
G = 15.68%
B = 51.06%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9D4AF1 (or 0x9D4AF1) is known color: Blue Violet. HEX triplet: 9D, 4A and F1. RGB value is (157,74,241). Sum of RGB (Red+Green+Blue) = 157+74+241=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 241 (94.53% from 255 or 51.06% from 472); Max value from RGB is 241 - color contains mainly: blue. Hex color #9D4AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D4AF1 is #62B50E. Grayscale: #757575. Windows color (decimal): -6468879 or 15813277. OLE color: 15813277.

HSL color Cylindrical-coordinate representation of color #9D4AF1: hue angle of 269.82º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D4AF1 is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 157 74 241 -
CMYK 0.35 0.69 0 0.05
HSL 269.82º 0.86% 0.62% -
HSV(B) 269.82º 0.69% 0.95% -
XYZ 32.23 18.42 85.08 -
YUV 117.86 197.5 155.92 -
System Red Green Blue C M Y K H S L
Decimal 157 74 241 0.35 0.69 0 0.05 269.82 0.86 0.62
Hex 9D 4A F1 23 45 0 5 10E 56 3E
Octal 235 112 361 43 105 0 5 416 126 76
Binary 10011101 1001010 11110001 100011 1000101 0 101 100001110 1010110 111110

Color Harmonies of #9D4AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4AF1

Black with #9D4AF1

Text Example


Text Example

White with #9D4AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,74,241); }

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

background-color css

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

 a { background-color: rgb(157,74,241); }

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

border-color css

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

 span { border-color: rgb(157,74,241); }

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