Html Css Color HEX #8D33BE Dark Orchid

📋 copy color: '#8D33BE'

red 141 ◦ green 51 ◦ blue 190

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

Shades of Dark Orchid #8D33BE

Tints of Dark Orchid #8D33BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.74%

R = 36.91%
G = 13.35%
B = 49.74%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8D33BE (or 0x8D33BE) is known color: Dark Orchid. HEX triplet: 8D, 33 and BE. RGB value is (141,51,190). Sum of RGB (Red+Green+Blue) = 141+51+190=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 51 (20.31% from 255 or 13.35% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D33BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D33BE is #72CC41. Grayscale: #5D5D5D. Windows color (decimal): -7523394 or 12465037. OLE color: 12465037.

HSL color Cylindrical-coordinate representation of color #8D33BE: hue angle of 278.85º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D33BE is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 51 190 -
CMYK 0.26 0.73 0 0.25
HSL 278.85º 0.58% 0.47% -
HSV(B) 278.85º 0.73% 0.75% -
XYZ 21.46 11.75 49.85 -
YUV 93.76 182.32 161.7 -
System Red Green Blue C M Y K H S L
Decimal 141 51 190 0.26 0.73 0 0.25 278.85 0.58 0.47
Hex 8D 33 BE 1A 49 0 19 117 3A 2F
Octal 215 63 276 32 111 0 31 427 72 57
Binary 10001101 110011 10111110 11010 1001001 0 11001 100010111 111010 101111

Color Harmonies of #8D33BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D33BE

Black with #8D33BE

Text Example


Text Example

White with #8D33BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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