Html Css Color HEX #8748DB Blue Violet

📋 copy color: '#8748DB'

red 135 ◦ green 72 ◦ blue 219

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

Shades of Blue Violet #8748DB

Tints of Blue Violet #8748DB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.9%

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

R = 31.69%
G = 16.9%
B = 51.41%

CMYK

 C value IS 0.38

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8748DB (or 0x8748DB) is known color: Blue Violet. HEX triplet: 87, 48 and DB. RGB value is (135,72,219). Sum of RGB (Red+Green+Blue) = 135+72+219=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #8748DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8748DB is #78B724. Grayscale: #6B6B6B. Windows color (decimal): -7911205 or 14370951. OLE color: 14370951.

HSL color Cylindrical-coordinate representation of color #8748DB: hue angle of 265.71º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8748DB is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 72 219 -
CMYK 0.38 0.67 0 0.14
HSL 265.71º 0.67% 0.57% -
HSV(B) 265.71º 0.67% 0.86% -
XYZ 25.1 14.9 68.57 -
YUV 107.6 190.87 147.55 -
System Red Green Blue C M Y K H S L
Decimal 135 72 219 0.38 0.67 0 0.14 265.71 0.67 0.57
Hex 87 48 DB 26 43 0 E 10A 43 39
Octal 207 110 333 46 103 0 16 412 103 71
Binary 10000111 1001000 11011011 100110 1000011 0 1110 100001010 1000011 111001

Color Harmonies of #8748DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8748DB

Black with #8748DB

Text Example


Text Example

White with #8748DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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