Html Css Color HEX #8341C0 Dark Orchid

📋 copy color: '#8341C0'

red 131 ◦ green 65 ◦ blue 192

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

Shades of Dark Orchid #8341C0

Tints of Dark Orchid #8341C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.48%

R = 33.76%
G = 16.75%
B = 49.48%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8341C0 (or 0x8341C0) is known color: Dark Orchid. HEX triplet: 83, 41 and C0. RGB value is (131,65,192). Sum of RGB (Red+Green+Blue) = 131+65+192=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #8341C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8341C0 is #7CBE3F. Grayscale: #626262. Windows color (decimal): -8175168 or 12599683. OLE color: 12599683.

HSL color Cylindrical-coordinate representation of color #8341C0: hue angle of 271.18º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8341C0 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 65 192 -
CMYK 0.32 0.66 0 0.25
HSL 271.18º 0.5% 0.5% -
HSV(B) 271.18º 0.66% 0.75% -
XYZ 20.76 12.41 51.17 -
YUV 99.21 180.37 150.67 -
System Red Green Blue C M Y K H S L
Decimal 131 65 192 0.32 0.66 0 0.25 271.18 0.5 0.5
Hex 83 41 C0 20 42 0 19 10F 32 32
Octal 203 101 300 40 102 0 31 417 62 62
Binary 10000011 1000001 11000000 100000 1000010 0 11001 100001111 110010 110010

Color Harmonies of #8341C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8341C0

Black with #8341C0

Text Example


Text Example

White with #8341C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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