Html Css Color HEX #8546CD Dark Orchid

📋 copy color: '#8546CD'

red 133 ◦ green 70 ◦ blue 205

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

Shades of Dark Orchid #8546CD

Tints of Dark Orchid #8546CD

RGB

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

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

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

R = 32.6%
G = 17.16%
B = 50.25%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8546CD (or 0x8546CD) is known color: Dark Orchid. HEX triplet: 85, 46 and CD. RGB value is (133,70,205). Sum of RGB (Red+Green+Blue) = 133+70+205=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #8546CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8546CD is #7AB932. Grayscale: #676767. Windows color (decimal): -8042803 or 13452933. OLE color: 13452933.

HSL color Cylindrical-coordinate representation of color #8546CD: hue angle of 268º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8546CD is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 70 205 -
CMYK 0.35 0.66 0 0.20
HSL 268º 0.57% 0.54% -
HSV(B) 268º 0.66% 0.8% -
XYZ 22.88 13.77 59.21 -
YUV 104.23 184.87 148.52 -
System Red Green Blue C M Y K H S L
Decimal 133 70 205 0.35 0.66 0 0.20 268 0.57 0.54
Hex 85 46 CD 23 42 0 14 10C 39 36
Octal 205 106 315 43 102 0 24 414 71 66
Binary 10000101 1000110 11001101 100011 1000010 0 10100 100001100 111001 110110

Color Harmonies of #8546CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8546CD

Black with #8546CD

Text Example


Text Example

White with #8546CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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