Html Css Color HEX #8346C9 Dark Orchid

📋 copy color: '#8346C9'

red 131 ◦ green 70 ◦ blue 201

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

Shades of Dark Orchid #8346C9

Tints of Dark Orchid #8346C9

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.41%

 BLUE value IS 201 (78.91% from 255) = 50%

R = 32.59%
G = 17.41%
B = 50%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8346C9 (or 0x8346C9) is known color: Dark Orchid. HEX triplet: 83, 46 and C9. RGB value is (131,70,201). Sum of RGB (Red+Green+Blue) = 131+70+201=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 70 (27.73% from 255 or 17.41% from 402); Blue value is 201 (78.91% from 255 or 50% from 402); Max value from RGB is 201 - color contains mainly: blue. Hex color #8346C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8346C9 is #7CB936. Grayscale: #666666. Windows color (decimal): -8173879 or 13190787. OLE color: 13190787.

HSL color Cylindrical-coordinate representation of color #8346C9: hue angle of 267.94º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8346C9 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 131 70 201 -
CMYK 0.35 0.65 0 0.21
HSL 267.94º 0.55% 0.53% -
HSV(B) 267.94º 0.65% 0.79% -
XYZ 22.09 13.42 56.68 -
YUV 103.17 183.21 147.85 -
System Red Green Blue C M Y K H S L
Decimal 131 70 201 0.35 0.65 0 0.21 267.94 0.55 0.53
Hex 83 46 C9 23 41 0 15 10C 37 35
Octal 203 106 311 43 101 0 25 414 67 65
Binary 10000011 1000110 11001001 100011 1000001 0 10101 100001100 110111 110101

Color Harmonies of #8346C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8346C9

Black with #8346C9

Text Example


Text Example

White with #8346C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8346C9; }

 p { color: rgb(131,70,201); }

 H1.HeaderClassName
 {
   color: #8346C9;
 }
 .AnyTagClassName
 {
   color: #8346C9;
 }
</style>

background-color css

<style>
 a { background-color: #8346C9; }

 a { background-color: rgb(131,70,201); }

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

border-color css

<style>
 span { border-color: #8346C9; }

 span { border-color: rgb(131,70,201); }

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