Html Css Color HEX #8546C9 Dark Orchid

📋 copy color: '#8546C9'

red 133 ◦ green 70 ◦ blue 201

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

Shades of Dark Orchid #8546C9

Tints of Dark Orchid #8546C9

RGB

 RED value IS 133 (52.34% from 255) = 32.92%

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

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

R = 32.92%
G = 17.33%
B = 49.75%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8546C9 (or 0x8546C9) is known color: Dark Orchid. HEX triplet: 85, 46 and C9. RGB value is (133,70,201). Sum of RGB (Red+Green+Blue) = 133+70+201=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 201 (78.91% from 255 or 49.75% from 404); Max value from RGB is 201 - color contains mainly: blue. Hex color #8546C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8546C9 is #7AB936. Grayscale: #676767. Windows color (decimal): -8042807 or 13190789. OLE color: 13190789.

HSL color Cylindrical-coordinate representation of color #8546C9: hue angle of 268.85º 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 #8546C9 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 70 201 -
CMYK 0.34 0.65 0 0.21
HSL 268.85º 0.55% 0.53% -
HSV(B) 268.85º 0.65% 0.79% -
XYZ 22.41 13.58 56.7 -
YUV 103.77 182.87 148.85 -
System Red Green Blue C M Y K H S L
Decimal 133 70 201 0.34 0.65 0 0.21 268.85 0.55 0.53
Hex 85 46 C9 22 41 0 15 10D 37 35
Octal 205 106 311 42 101 0 25 415 67 65
Binary 10000101 1000110 11001001 100010 1000001 0 10101 100001101 110111 110101

Color Harmonies of #8546C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8546C9

Black with #8546C9

Text Example


Text Example

White with #8546C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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