Html Css Color HEX #8337C6 Dark Orchid

📋 copy color: '#8337C6'

red 131 ◦ green 55 ◦ blue 198

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

Shades of Dark Orchid #8337C6

Tints of Dark Orchid #8337C6

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.32%

 BLUE value IS 198 (77.73% from 255) = 51.56%

R = 34.11%
G = 14.32%
B = 51.56%

CMYK

 C value IS 0.34

 M value IS 0.72

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8337C6 (or 0x8337C6) is known color: Dark Orchid. HEX triplet: 83, 37 and C6. RGB value is (131,55,198). Sum of RGB (Red+Green+Blue) = 131+55+198=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 198 (77.73% from 255 or 51.56% from 384); Max value from RGB is 198 - color contains mainly: blue. Hex color #8337C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8337C6 is #7CC839. Grayscale: #5D5D5D. Windows color (decimal): -8177722 or 12990339. OLE color: 12990339.

HSL color Cylindrical-coordinate representation of color #8337C6: hue angle of 271.89º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8337C6 is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 131 55 198 -
CMYK 0.34 0.72 0 0.22
HSL 271.89º 0.57% 0.5% -
HSV(B) 271.89º 0.72% 0.78% -
XYZ 20.92 11.63 54.57 -
YUV 94.03 186.68 154.37 -
System Red Green Blue C M Y K H S L
Decimal 131 55 198 0.34 0.72 0 0.22 271.89 0.57 0.5
Hex 83 37 C6 22 48 0 16 110 39 32
Octal 203 67 306 42 110 0 26 420 71 62
Binary 10000011 110111 11000110 100010 1001000 0 10110 100010000 111001 110010

Color Harmonies of #8337C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8337C6

Black with #8337C6

Text Example


Text Example

White with #8337C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8337C6; }

 p { color: rgb(131,55,198); }

 H1.HeaderClassName
 {
   color: #8337C6;
 }
 .AnyTagClassName
 {
   color: #8337C6;
 }
</style>

background-color css

<style>
 a { background-color: #8337C6; }

 a { background-color: rgb(131,55,198); }

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

border-color css

<style>
 span { border-color: #8337C6; }

 span { border-color: rgb(131,55,198); }

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