Html Css Color HEX #8741DC Blue Violet

📋 copy color: '#8741DC'

red 135 ◦ green 65 ◦ blue 220

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

Shades of Blue Violet #8741DC

Tints of Blue Violet #8741DC

RGB

 RED value IS 135 (53.13% from 255) = 32.14%

 GREEN value IS 65 (25.78% from 255) = 15.48%

 BLUE value IS 220 (86.33% from 255) = 52.38%

R = 32.14%
G = 15.48%
B = 52.38%

CMYK

 C value IS 0.39

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8741DC (or 0x8741DC) is known color: Blue Violet. HEX triplet: 87, 41 and DC. RGB value is (135,65,220). Sum of RGB (Red+Green+Blue) = 135+65+220=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #8741DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8741DC is #78BE23. Grayscale: #676767. Windows color (decimal): -7912996 or 14434695. OLE color: 14434695.

HSL color Cylindrical-coordinate representation of color #8741DC: hue angle of 267.1º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8741DC is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 65 220 -
CMYK 0.39 0.70 0 0.14
HSL 267.1º 0.69% 0.56% -
HSV(B) 267.1º 0.7% 0.86% -
XYZ 24.8 14.1 69.12 -
YUV 103.6 193.69 150.4 -
System Red Green Blue C M Y K H S L
Decimal 135 65 220 0.39 0.70 0 0.14 267.1 0.69 0.56
Hex 87 41 DC 27 46 0 E 10B 45 38
Octal 207 101 334 47 106 0 16 413 105 70
Binary 10000111 1000001 11011100 100111 1000110 0 1110 100001011 1000101 111000

Color Harmonies of #8741DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8741DC

Black with #8741DC

Text Example


Text Example

White with #8741DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8741DC; }

 p { color: rgb(135,65,220); }

 H1.HeaderClassName
 {
   color: #8741DC;
 }
 .AnyTagClassName
 {
   color: #8741DC;
 }
</style>

background-color css

<style>
 a { background-color: #8741DC; }

 a { background-color: rgb(135,65,220); }

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

border-color css

<style>
 span { border-color: #8741DC; }

 span { border-color: rgb(135,65,220); }

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