Html Css Color HEX #8C37DA Blue Violet

📋 copy color: '#8C37DA'

red 140 ◦ green 55 ◦ blue 218

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

Shades of Blue Violet #8C37DA

Tints of Blue Violet #8C37DA

RGB

 RED value IS 140 (55.08% from 255) = 33.9%

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

 BLUE value IS 218 (85.55% from 255) = 52.78%

R = 33.9%
G = 13.32%
B = 52.78%

CMYK

 C value IS 0.36

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8C37DA (or 0x8C37DA) is known color: Blue Violet. HEX triplet: 8C, 37 and DA. RGB value is (140,55,218). Sum of RGB (Red+Green+Blue) = 140+55+218=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 55 (21.88% from 255 or 13.32% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C37DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C37DA is #73C825. Grayscale: #626262. Windows color (decimal): -7587878 or 14301068. OLE color: 14301068.

HSL color Cylindrical-coordinate representation of color #8C37DA: hue angle of 271.29º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C37DA is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 140 55 218 -
CMYK 0.36 0.75 0 0.15
HSL 271.29º 0.69% 0.54% -
HSV(B) 271.29º 0.75% 0.85% -
XYZ 24.84 13.37 67.6 -
YUV 99 195.16 157.25 -
System Red Green Blue C M Y K H S L
Decimal 140 55 218 0.36 0.75 0 0.15 271.29 0.69 0.54
Hex 8C 37 DA 24 4B 0 F 10F 45 36
Octal 214 67 332 44 113 0 17 417 105 66
Binary 10001100 110111 11011010 100100 1001011 0 1111 100001111 1000101 110110

Color Harmonies of #8C37DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C37DA

Black with #8C37DA

Text Example


Text Example

White with #8C37DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,55,218); }

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

background-color css

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

 a { background-color: rgb(140,55,218); }

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

border-color css

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

 span { border-color: rgb(140,55,218); }

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