Html Css Color HEX #8D1CEB Blue Violet

📋 copy color: '#8D1CEB'

red 141 ◦ green 28 ◦ blue 235

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

Shades of Blue Violet #8D1CEB

Tints of Blue Violet #8D1CEB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.93%

 BLUE value IS 235 (92.19% from 255) = 58.17%

R = 34.9%
G = 6.93%
B = 58.17%

CMYK

 C value IS 0.4

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8D1CEB (or 0x8D1CEB) is known color: Blue Violet. HEX triplet: 8D, 1C and EB. RGB value is (141,28,235). Sum of RGB (Red+Green+Blue) = 141+28+235=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 28 (11.33% from 255 or 6.93% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D1CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D1CEB is #72E314. Grayscale: #545454. Windows color (decimal): -7529237 or 15408269. OLE color: 15408269.

HSL color Cylindrical-coordinate representation of color #8D1CEB: hue angle of 272.75º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D1CEB is Cyan = 0.4, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 28 235 -
CMYK 0.4 0.88 0 0.08
HSL 272.75º 0.84% 0.52% -
HSV(B) 272.75º 0.88% 0.92% -
XYZ 26.4 12.49 79.62 -
YUV 85.39 212.44 167.67 -
System Red Green Blue C M Y K H S L
Decimal 141 28 235 0.4 0.88 0 0.08 272.75 0.84 0.52
Hex 8D 1C EB 28 58 0 8 111 54 34
Octal 215 34 353 50 130 0 10 421 124 64
Binary 10001101 11100 11101011 101000 1011000 0 1000 100010001 1010100 110100

Color Harmonies of #8D1CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1CEB

Black with #8D1CEB

Text Example


Text Example

White with #8D1CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,28,235); }

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

background-color css

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

 a { background-color: rgb(141,28,235); }

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

border-color css

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

 span { border-color: rgb(141,28,235); }

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