Html Css Color HEX #8241CE Blue Violet

📋 copy color: '#8241CE'

red 130 ◦ green 65 ◦ blue 206

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

Shades of Blue Violet #8241CE

Tints of Blue Violet #8241CE

RGB

 RED value IS 130 (51.17% from 255) = 32.42%

 GREEN value IS 65 (25.78% from 255) = 16.21%

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

R = 32.42%
G = 16.21%
B = 51.37%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8241CE (or 0x8241CE) is known color: Blue Violet. HEX triplet: 82, 41 and CE. RGB value is (130,65,206). Sum of RGB (Red+Green+Blue) = 130+65+206=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #8241CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8241CE is #7DBE31. Grayscale: #646464. Windows color (decimal): -8240690 or 13517186. OLE color: 13517186.

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

Color convert

RGB 130 65 206 -
CMYK 0.37 0.68 0 0.19
HSL 267.66º 0.59% 0.53% -
HSV(B) 267.66º 0.68% 0.81% -
XYZ 22.24 12.98 59.73 -
YUV 100.51 187.53 149.04 -
System Red Green Blue C M Y K H S L
Decimal 130 65 206 0.37 0.68 0 0.19 267.66 0.59 0.53
Hex 82 41 CE 25 44 0 13 10C 3B 35
Octal 202 101 316 45 104 0 23 414 73 65
Binary 10000010 1000001 11001110 100101 1000100 0 10011 100001100 111011 110101

Color Harmonies of #8241CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8241CE

Black with #8241CE

Text Example


Text Example

White with #8241CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,65,206); }

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

background-color css

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

 a { background-color: rgb(130,65,206); }

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

border-color css

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

 span { border-color: rgb(130,65,206); }

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