Html Css Color HEX #8D38DB Blue Violet

📋 copy color: '#8D38DB'

red 141 ◦ green 56 ◦ blue 219

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

Shades of Blue Violet #8D38DB

Tints of Blue Violet #8D38DB

RGB

 RED value IS 141 (55.47% from 255) = 33.89%

 GREEN value IS 56 (22.27% from 255) = 13.46%

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

R = 33.89%
G = 13.46%
B = 52.64%

CMYK

 C value IS 0.36

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D38DB (or 0x8D38DB) is known color: Blue Violet. HEX triplet: 8D, 38 and DB. RGB value is (141,56,219). Sum of RGB (Red+Green+Blue) = 141+56+219=416 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.89% from 416); Green value is 56 (22.27% from 255 or 13.46% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D38DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D38DB is #72C724. Grayscale: #636363. Windows color (decimal): -7522085 or 14366861. OLE color: 14366861.

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

Color convert

RGB 141 56 219 -
CMYK 0.36 0.74 0 0.14
HSL 271.29º 0.69% 0.54% -
HSV(B) 271.29º 0.74% 0.86% -
XYZ 25.18 13.61 68.32 -
YUV 100 195.16 157.25 -
System Red Green Blue C M Y K H S L
Decimal 141 56 219 0.36 0.74 0 0.14 271.29 0.69 0.54
Hex 8D 38 DB 24 4A 0 E 10F 45 36
Octal 215 70 333 44 112 0 16 417 105 66
Binary 10001101 111000 11011011 100100 1001010 0 1110 100001111 1000101 110110

Color Harmonies of #8D38DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D38DB

Black with #8D38DB

Text Example


Text Example

White with #8D38DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,56,219); }

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

background-color css

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

 a { background-color: rgb(141,56,219); }

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

border-color css

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

 span { border-color: rgb(141,56,219); }

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