Html Css Color HEX #8148CE Blue Violet

📋 copy color: '#8148CE'

red 129 ◦ green 72 ◦ blue 206

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

Shades of Blue Violet #8148CE

Tints of Blue Violet #8148CE

RGB

 RED value IS 129 (50.78% from 255) = 31.7%

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

 BLUE value IS 206 (80.86% from 255) = 50.61%

R = 31.7%
G = 17.69%
B = 50.61%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8148CE (or 0x8148CE) is known color: Blue Violet. HEX triplet: 81, 48 and CE. RGB value is (129,72,206). Sum of RGB (Red+Green+Blue) = 129+72+206=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #8148CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8148CE is #7EB731. Grayscale: #676767. Windows color (decimal): -8304434 or 13518977. OLE color: 13518977.

HSL color Cylindrical-coordinate representation of color #8148CE: hue angle of 265.52º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8148CE is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 129 72 206 -
CMYK 0.37 0.65 0 0.19
HSL 265.52º 0.58% 0.55% -
HSV(B) 265.52º 0.65% 0.81% -
XYZ 22.51 13.76 59.86 -
YUV 104.32 185.38 145.6 -
System Red Green Blue C M Y K H S L
Decimal 129 72 206 0.37 0.65 0 0.19 265.52 0.58 0.55
Hex 81 48 CE 25 41 0 13 10A 3A 37
Octal 201 110 316 45 101 0 23 412 72 67
Binary 10000001 1001000 11001110 100101 1000001 0 10011 100001010 111010 110111

Color Harmonies of #8148CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8148CE

Black with #8148CE

Text Example


Text Example

White with #8148CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8148CE; }

 p { color: rgb(129,72,206); }

 H1.HeaderClassName
 {
   color: #8148CE;
 }
 .AnyTagClassName
 {
   color: #8148CE;
 }
</style>

background-color css

<style>
 a { background-color: #8148CE; }

 a { background-color: rgb(129,72,206); }

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

border-color css

<style>
 span { border-color: #8148CE; }

 span { border-color: rgb(129,72,206); }

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