Html Css Color HEX #9D37FE Blue Violet

📋 copy color: '#9D37FE'

red 157 ◦ green 55 ◦ blue 254

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

Shades of Blue Violet #9D37FE

Tints of Blue Violet #9D37FE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.8%

 BLUE value IS 254 (99.61% from 255) = 54.51%

R = 33.69%
G = 11.8%
B = 54.51%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9D37FE (or 0x9D37FE) is known color: Blue Violet. HEX triplet: 9D, 37 and FE. RGB value is (157,55,254). Sum of RGB (Red+Green+Blue) = 157+55+254=466 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.69% from 466); Green value is 55 (21.88% from 255 or 11.80% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D37FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D37FE is #62C801. Grayscale: #6B6B6B. Windows color (decimal): -6473730 or 16660381. OLE color: 16660381.

HSL color Cylindrical-coordinate representation of color #9D37FE: hue angle of 270.75º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9D37FE is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 157 55 254 -
CMYK 0.38 0.78 0 0.00
HSL 270.75º 0.99% 0.61% -
HSV(B) 270.75º 0.78% 1% -
XYZ 33.16 17.06 95.31 -
YUV 108.18 210.29 162.82 -
System Red Green Blue C M Y K H S L
Decimal 157 55 254 0.38 0.78 0 0.00 270.75 0.99 0.61
Hex 9D 37 FE 26 4E 0 0 10F 63 3D
Octal 235 67 376 46 116 0 0 417 143 75
Binary 10011101 110111 11111110 100110 1001110 0 0 100001111 1100011 111101

Color Harmonies of #9D37FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D37FE

Black with #9D37FE

Text Example


Text Example

White with #9D37FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,55,254); }

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

background-color css

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

 a { background-color: rgb(157,55,254); }

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

border-color css

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

 span { border-color: rgb(157,55,254); }

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