Html Css Color HEX #8241CD Blue Violet

📋 copy color: '#8241CD'

red 130 ◦ green 65 ◦ blue 205

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

Shades of Blue Violet #8241CD

Tints of Blue Violet #8241CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.25%

R = 32.5%
G = 16.25%
B = 51.25%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8241CD (or 0x8241CD) is known color: Blue Violet. HEX triplet: 82, 41 and CD. RGB value is (130,65,205). Sum of RGB (Red+Green+Blue) = 130+65+205=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #8241CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8241CD is #7DBE32. Grayscale: #636363. Windows color (decimal): -8240691 or 13451650. OLE color: 13451650.

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

Color convert

RGB 130 65 205 -
CMYK 0.37 0.68 0 0.20
HSL 267.86º 0.58% 0.53% -
HSV(B) 267.86º 0.68% 0.8% -
XYZ 22.12 12.93 59.09 -
YUV 100.4 187.03 149.12 -
System Red Green Blue C M Y K H S L
Decimal 130 65 205 0.37 0.68 0 0.20 267.86 0.58 0.53
Hex 82 41 CD 25 44 0 14 10C 3A 35
Octal 202 101 315 45 104 0 24 414 72 65
Binary 10000010 1000001 11001101 100101 1000100 0 10100 100001100 111010 110101

Color Harmonies of #8241CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8241CD

Black with #8241CD

Text Example


Text Example

White with #8241CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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