Html Css Color HEX #8341CD Blue Violet

📋 copy color: '#8341CD'

red 131 ◦ green 65 ◦ blue 205

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

Shades of Blue Violet #8341CD

Tints of Blue Violet #8341CD

RGB

 RED value IS 131 (51.56% from 255) = 32.67%

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

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

R = 32.67%
G = 16.21%
B = 51.12%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8341CD (or 0x8341CD) is known color: Blue Violet. HEX triplet: 83, 41 and CD. RGB value is (131,65,205). Sum of RGB (Red+Green+Blue) = 131+65+205=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #8341CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8341CD is #7CBE32. Grayscale: #646464. Windows color (decimal): -8175155 or 13451651. OLE color: 13451651.

HSL color Cylindrical-coordinate representation of color #8341CD: hue angle of 268.29º 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 #8341CD is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 65 205 -
CMYK 0.36 0.68 0 0.20
HSL 268.29º 0.58% 0.53% -
HSV(B) 268.29º 0.68% 0.8% -
XYZ 22.27 13.01 59.1 -
YUV 100.69 186.87 149.62 -
System Red Green Blue C M Y K H S L
Decimal 131 65 205 0.36 0.68 0 0.20 268.29 0.58 0.53
Hex 83 41 CD 24 44 0 14 10C 3A 35
Octal 203 101 315 44 104 0 24 414 72 65
Binary 10000011 1000001 11001101 100100 1000100 0 10100 100001100 111010 110101

Color Harmonies of #8341CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8341CD

Black with #8341CD

Text Example


Text Example

White with #8341CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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