Html Css Color HEX #9D37FF Blue Violet

📋 copy color: '#9D37FF'

red 157 ◦ green 55 ◦ blue 255

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

Shades of Blue Violet #9D37FF

Tints of Blue Violet #9D37FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.6%

R = 33.62%
G = 11.78%
B = 54.6%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9D37FF (or 0x9D37FF) is known color: Blue Violet. HEX triplet: 9D, 37 and FF. RGB value is (157,55,255). Sum of RGB (Red+Green+Blue) = 157+55+255=467 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.62% from 467); Green value is 55 (21.88% from 255 or 11.78% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D37FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D37FF is #62C800. Grayscale: #6B6B6B. Windows color (decimal): -6473729 or 16725917. OLE color: 16725917.

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

Color convert

RGB 157 55 255 -
CMYK 0.38 0.78 0 0
HSL 270.6º 1% 0.61% -
HSV(B) 270.6º 0.78% 1% -
XYZ 33.32 17.12 96.16 -
YUV 108.3 210.79 162.74 -
System Red Green Blue C M Y K H S L
Decimal 157 55 255 0.38 0.78 0 0 270.6 1 0.61
Hex 9D 37 FF 26 4E 0 0 10F 64 3D
Octal 235 67 377 46 116 0 0 417 144 75
Binary 10011101 110111 11111111 100110 1001110 0 0 100001111 1100100 111101

Color Harmonies of #9D37FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D37FF

Black with #9D37FF

Text Example


Text Example

White with #9D37FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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