Html Css Color HEX #9D4CF9 Blue Violet

📋 copy color: '#9D4CF9'

red 157 ◦ green 76 ◦ blue 249

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

Shades of Blue Violet #9D4CF9

Tints of Blue Violet #9D4CF9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.77%

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

R = 32.57%
G = 15.77%
B = 51.66%

CMYK

 C value IS 0.37

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9D4CF9 (or 0x9D4CF9) is known color: Blue Violet. HEX triplet: 9D, 4C and F9. RGB value is (157,76,249). Sum of RGB (Red+Green+Blue) = 157+76+249=482 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.57% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 249 (97.66% from 255 or 51.66% from 482); Max value from RGB is 249 - color contains mainly: blue. Hex color #9D4CF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D4CF9 is #62B306. Grayscale: #777777. Windows color (decimal): -6468359 or 16338077. OLE color: 16338077.

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

Color convert

RGB 157 76 249 -
CMYK 0.37 0.69 0 0.02
HSL 268.09º 0.94% 0.64% -
HSV(B) 268.09º 0.69% 0.98% -
XYZ 33.59 19.18 91.55 -
YUV 119.94 200.84 154.43 -
System Red Green Blue C M Y K H S L
Decimal 157 76 249 0.37 0.69 0 0.02 268.09 0.94 0.64
Hex 9D 4C F9 25 45 0 2 10C 5E 40
Octal 235 114 371 45 105 0 2 414 136 100
Binary 10011101 1001100 11111001 100101 1000101 0 10 100001100 1011110 1000000

Color Harmonies of #9D4CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4CF9

Black with #9D4CF9

Text Example


Text Example

White with #9D4CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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