Html Css Color HEX #9D40EF Blue Violet

📋 copy color: '#9D40EF'

red 157 ◦ green 64 ◦ blue 239

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

Shades of Blue Violet #9D40EF

Tints of Blue Violet #9D40EF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.91%

 BLUE value IS 239 (93.75% from 255) = 51.96%

R = 34.13%
G = 13.91%
B = 51.96%

CMYK

 C value IS 0.34

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9D40EF (or 0x9D40EF) is known color: Blue Violet. HEX triplet: 9D, 40 and EF. RGB value is (157,64,239). Sum of RGB (Red+Green+Blue) = 157+64+239=460 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.13% from 460); Green value is 64 (25.39% from 255 or 13.91% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #9D40EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D40EF is #62BF10. Grayscale: #6F6F6F. Windows color (decimal): -6471441 or 15679645. OLE color: 15679645.

HSL color Cylindrical-coordinate representation of color #9D40EF: hue angle of 271.89º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9D40EF is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 157 64 239 -
CMYK 0.34 0.73 0 0.06
HSL 271.89º 0.85% 0.59% -
HSV(B) 271.89º 0.73% 0.94% -
XYZ 31.32 17.07 83.3 -
YUV 111.76 199.81 160.27 -
System Red Green Blue C M Y K H S L
Decimal 157 64 239 0.34 0.73 0 0.06 271.89 0.85 0.59
Hex 9D 40 EF 22 49 0 6 110 55 3B
Octal 235 100 357 42 111 0 6 420 125 73
Binary 10011101 1000000 11101111 100010 1001001 0 110 100010000 1010101 111011

Color Harmonies of #9D40EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D40EF

Black with #9D40EF

Text Example


Text Example

White with #9D40EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,64,239); }

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

background-color css

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

 a { background-color: rgb(157,64,239); }

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

border-color css

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

 span { border-color: rgb(157,64,239); }

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