Html Css Color HEX #8543CD Dark Orchid

📋 copy color: '#8543CD'

red 133 ◦ green 67 ◦ blue 205

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

Shades of Dark Orchid #8543CD

Tints of Dark Orchid #8543CD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.54%

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

R = 32.84%
G = 16.54%
B = 50.62%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8543CD (or 0x8543CD) is known color: Dark Orchid. HEX triplet: 85, 43 and CD. RGB value is (133,67,205). Sum of RGB (Red+Green+Blue) = 133+67+205=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 67 (26.56% from 255 or 16.54% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #8543CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8543CD is #7ABC32. Grayscale: #656565. Windows color (decimal): -8043571 or 13452165. OLE color: 13452165.

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

Color convert

RGB 133 67 205 -
CMYK 0.35 0.67 0 0.20
HSL 268.7º 0.58% 0.53% -
HSV(B) 268.7º 0.67% 0.8% -
XYZ 22.7 13.41 59.15 -
YUV 102.47 185.87 149.78 -
System Red Green Blue C M Y K H S L
Decimal 133 67 205 0.35 0.67 0 0.20 268.7 0.58 0.53
Hex 85 43 CD 23 43 0 14 10D 3A 35
Octal 205 103 315 43 103 0 24 415 72 65
Binary 10000101 1000011 11001101 100011 1000011 0 10100 100001101 111010 110101

Color Harmonies of #8543CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8543CD

Black with #8543CD

Text Example


Text Example

White with #8543CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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