Html Css Color HEX #8D3CEA Blue Violet

📋 copy color: '#8D3CEA'

red 141 ◦ green 60 ◦ blue 234

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

Shades of Blue Violet #8D3CEA

Tints of Blue Violet #8D3CEA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.79%

 BLUE value IS 234 (91.8% from 255) = 53.79%

R = 32.41%
G = 13.79%
B = 53.79%

CMYK

 C value IS 0.40

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8D3CEA (or 0x8D3CEA) is known color: Blue Violet. HEX triplet: 8D, 3C and EA. RGB value is (141,60,234). Sum of RGB (Red+Green+Blue) = 141+60+234=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D3CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D3CEA is #72C315. Grayscale: #676767. Windows color (decimal): -7521046 or 15350925. OLE color: 15350925.

HSL color Cylindrical-coordinate representation of color #8D3CEA: hue angle of 267.93º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D3CEA is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 60 234 -
CMYK 0.40 0.74 0 0.08
HSL 267.93º 0.81% 0.58% -
HSV(B) 267.93º 0.74% 0.92% -
XYZ 27.45 14.83 79.26 -
YUV 104.06 201.34 154.35 -
System Red Green Blue C M Y K H S L
Decimal 141 60 234 0.40 0.74 0 0.08 267.93 0.81 0.58
Hex 8D 3C EA 28 4A 0 8 10C 51 3A
Octal 215 74 352 50 112 0 10 414 121 72
Binary 10001101 111100 11101010 101000 1001010 0 1000 100001100 1010001 111010

Color Harmonies of #8D3CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3CEA

Black with #8D3CEA

Text Example


Text Example

White with #8D3CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,60,234); }

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

background-color css

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

 a { background-color: rgb(141,60,234); }

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

border-color css

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

 span { border-color: rgb(141,60,234); }

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