Html Css Color HEX #8742DB Blue Violet

📋 copy color: '#8742DB'

red 135 ◦ green 66 ◦ blue 219

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

Shades of Blue Violet #8742DB

Tints of Blue Violet #8742DB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.71%

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

R = 32.14%
G = 15.71%
B = 52.14%

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

#8742DB (or 0x8742DB) is known color: Blue Violet. HEX triplet: 87, 42 and DB. RGB value is (135,66,219). Sum of RGB (Red+Green+Blue) = 135+66+219=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #8742DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8742DB is #78BD24. Grayscale: #676767. Windows color (decimal): -7912741 or 14369415. OLE color: 14369415.

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

Color convert

RGB 135 66 219 -
CMYK 0.38 0.70 0 0.14
HSL 267.06º 0.68% 0.56% -
HSV(B) 267.06º 0.7% 0.86% -
XYZ 24.73 14.16 68.45 -
YUV 104.07 192.86 150.06 -
System Red Green Blue C M Y K H S L
Decimal 135 66 219 0.38 0.70 0 0.14 267.06 0.68 0.56
Hex 87 42 DB 26 46 0 E 10B 44 38
Octal 207 102 333 46 106 0 16 413 104 70
Binary 10000111 1000010 11011011 100110 1000110 0 1110 100001011 1000100 111000

Color Harmonies of #8742DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8742DB

Black with #8742DB

Text Example


Text Example

White with #8742DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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