Html Css Color HEX #8D33CD Dark Orchid

📋 copy color: '#8D33CD'

red 141 ◦ green 51 ◦ blue 205

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

Shades of Dark Orchid #8D33CD

Tints of Dark Orchid #8D33CD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.85%

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

R = 35.52%
G = 12.85%
B = 51.64%

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

#8D33CD (or 0x8D33CD) is known color: Dark Orchid. HEX triplet: 8D, 33 and CD. RGB value is (141,51,205). Sum of RGB (Red+Green+Blue) = 141+51+205=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 51 (20.31% from 255 or 12.85% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D33CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D33CD is #72CC32. Grayscale: #5E5E5E. Windows color (decimal): -7523379 or 13448077. OLE color: 13448077.

HSL color Cylindrical-coordinate representation of color #8D33CD: hue angle of 275.06º degrees, saturation: 0.61, 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 #8D33CD is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 141 51 205 -
CMYK 0.31 0.75 0 0.20
HSL 275.06º 0.61% 0.5% -
HSV(B) 275.06º 0.75% 0.8% -
XYZ 23.19 12.44 58.94 -
YUV 95.47 189.82 160.48 -
System Red Green Blue C M Y K H S L
Decimal 141 51 205 0.31 0.75 0 0.20 275.06 0.61 0.5
Hex 8D 33 CD 1F 4B 0 14 113 3D 32
Octal 215 63 315 37 113 0 24 423 75 62
Binary 10001101 110011 11001101 11111 1001011 0 10100 100010011 111101 110010

Color Harmonies of #8D33CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D33CD

Black with #8D33CD

Text Example


Text Example

White with #8D33CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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