Html Css Color HEX #8D37FB Blue Violet

📋 copy color: '#8D37FB'

red 141 ◦ green 55 ◦ blue 251

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

Shades of Blue Violet #8D37FB

Tints of Blue Violet #8D37FB

RGB

 RED value IS 141 (55.47% from 255) = 31.54%

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

 BLUE value IS 251 (98.44% from 255) = 56.15%

R = 31.54%
G = 12.3%
B = 56.15%

CMYK

 C value IS 0.44

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8D37FB (or 0x8D37FB) is known color: Blue Violet. HEX triplet: 8D, 37 and FB. RGB value is (141,55,251). Sum of RGB (Red+Green+Blue) = 141+55+251=447 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.54% from 447); Green value is 55 (21.88% from 255 or 12.30% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #8D37FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D37FB is #72C804. Grayscale: #666666. Windows color (decimal): -7522309 or 16463757. OLE color: 16463757.

HSL color Cylindrical-coordinate representation of color #8D37FB: hue angle of 266.33º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8D37FB is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 141 55 251 -
CMYK 0.44 0.78 0 0.02
HSL 266.33º 0.96% 0.6% -
HSV(B) 266.33º 0.78% 0.98% -
XYZ 29.76 15.36 92.66 -
YUV 103.06 211.49 155.06 -
System Red Green Blue C M Y K H S L
Decimal 141 55 251 0.44 0.78 0 0.02 266.33 0.96 0.6
Hex 8D 37 FB 2C 4E 0 2 10A 60 3C
Octal 215 67 373 54 116 0 2 412 140 74
Binary 10001101 110111 11111011 101100 1001110 0 10 100001010 1100000 111100

Color Harmonies of #8D37FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D37FB

Black with #8D37FB

Text Example


Text Example

White with #8D37FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D37FB; }

 p { color: rgb(141,55,251); }

 H1.HeaderClassName
 {
   color: #8D37FB;
 }
 .AnyTagClassName
 {
   color: #8D37FB;
 }
</style>

background-color css

<style>
 a { background-color: #8D37FB; }

 a { background-color: rgb(141,55,251); }

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

border-color css

<style>
 span { border-color: #8D37FB; }

 span { border-color: rgb(141,55,251); }

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