Html Css Color HEX #8B37FF Blue Violet

📋 copy color: '#8B37FF'

red 139 ◦ green 55 ◦ blue 255

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

Shades of Blue Violet #8B37FF

Tints of Blue Violet #8B37FF

RGB

 RED value IS 139 (54.69% from 255) = 30.96%

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

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

R = 30.96%
G = 12.25%
B = 56.79%

CMYK

 C value IS 0.45

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8B37FF (or 0x8B37FF) is known color: Blue Violet. HEX triplet: 8B, 37 and FF. RGB value is (139,55,255). Sum of RGB (Red+Green+Blue) = 139+55+255=449 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.96% from 449); Green value is 55 (21.88% from 255 or 12.25% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B37FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B37FF is #74C800. Grayscale: #666666. Windows color (decimal): -7653377 or 16725899. OLE color: 16725899.

HSL color Cylindrical-coordinate representation of color #8B37FF: hue angle of 265.2º 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 #8B37FF is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 139 55 255 -
CMYK 0.45 0.78 0 0
HSL 265.2º 1% 0.61% -
HSV(B) 265.2º 0.78% 1% -
XYZ 30.06 15.44 96 -
YUV 102.92 213.83 153.74 -
System Red Green Blue C M Y K H S L
Decimal 139 55 255 0.45 0.78 0 0 265.2 1 0.61
Hex 8B 37 FF 2D 4E 0 0 109 64 3D
Octal 213 67 377 55 116 0 0 411 144 75
Binary 10001011 110111 11111111 101101 1001110 0 0 100001001 1100100 111101

Color Harmonies of #8B37FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B37FF

Black with #8B37FF

Text Example


Text Example

White with #8B37FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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