Html Css Color HEX #8D34CD Dark Orchid

📋 copy color: '#8D34CD'

red 141 ◦ green 52 ◦ blue 205

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

Shades of Dark Orchid #8D34CD

Tints of Dark Orchid #8D34CD

RGB

 RED value IS 141 (55.47% from 255) = 35.43%

 GREEN value IS 52 (20.7% from 255) = 13.07%

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

R = 35.43%
G = 13.07%
B = 51.51%

CMYK

 C value IS 0.31

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8D34CD (or 0x8D34CD) is known color: Dark Orchid. HEX triplet: 8D, 34 and CD. RGB value is (141,52,205). Sum of RGB (Red+Green+Blue) = 141+52+205=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D34CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D34CD is #72CB32. Grayscale: #5F5F5F. Windows color (decimal): -7523123 or 13448333. OLE color: 13448333.

HSL color Cylindrical-coordinate representation of color #8D34CD: hue angle of 274.9º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D34CD is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 141 52 205 -
CMYK 0.31 0.75 0 0.20
HSL 274.9º 0.6% 0.5% -
HSV(B) 274.9º 0.75% 0.8% -
XYZ 23.23 12.53 58.95 -
YUV 96.05 189.49 160.06 -
System Red Green Blue C M Y K H S L
Decimal 141 52 205 0.31 0.75 0 0.20 274.9 0.6 0.5
Hex 8D 34 CD 1F 4B 0 14 113 3C 32
Octal 215 64 315 37 113 0 24 423 74 62
Binary 10001101 110100 11001101 11111 1001011 0 10100 100010011 111100 110010

Color Harmonies of #8D34CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D34CD

Black with #8D34CD

Text Example


Text Example

White with #8D34CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D34CD; }

 p { color: rgb(141,52,205); }

 H1.HeaderClassName
 {
   color: #8D34CD;
 }
 .AnyTagClassName
 {
   color: #8D34CD;
 }
</style>

background-color css

<style>
 a { background-color: #8D34CD; }

 a { background-color: rgb(141,52,205); }

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

border-color css

<style>
 span { border-color: #8D34CD; }

 span { border-color: rgb(141,52,205); }

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