Html Css Color HEX #8741DB Blue Violet

📋 copy color: '#8741DB'

red 135 ◦ green 65 ◦ blue 219

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

Shades of Blue Violet #8741DB

Tints of Blue Violet #8741DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.27%

R = 32.22%
G = 15.51%
B = 52.27%

CMYK

 C value IS 0.38

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8741DB (or 0x8741DB) is known color: Blue Violet. HEX triplet: 87, 41 and DB. RGB value is (135,65,219). Sum of RGB (Red+Green+Blue) = 135+65+219=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #8741DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8741DB is #78BE24. Grayscale: #666666. Windows color (decimal): -7912997 or 14369159. OLE color: 14369159.

HSL color Cylindrical-coordinate representation of color #8741DB: hue angle of 267.27º degrees, saturation: 0.68, 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 #8741DB is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 65 219 -
CMYK 0.38 0.70 0 0.14
HSL 267.27º 0.68% 0.56% -
HSV(B) 267.27º 0.7% 0.86% -
XYZ 24.67 14.05 68.43 -
YUV 103.49 193.19 150.48 -
System Red Green Blue C M Y K H S L
Decimal 135 65 219 0.38 0.70 0 0.14 267.27 0.68 0.56
Hex 87 41 DB 26 46 0 E 10B 44 38
Octal 207 101 333 46 106 0 16 413 104 70
Binary 10000111 1000001 11011011 100110 1000110 0 1110 100001011 1000100 111000

Color Harmonies of #8741DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8741DB

Black with #8741DB

Text Example


Text Example

White with #8741DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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