Html Css Color HEX #8D33CF Dark Orchid

📋 copy color: '#8D33CF'

red 141 ◦ green 51 ◦ blue 207

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

Shades of Dark Orchid #8D33CF

Tints of Dark Orchid #8D33CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.88%

R = 35.34%
G = 12.78%
B = 51.88%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8D33CF (or 0x8D33CF) is known color: Dark Orchid. HEX triplet: 8D, 33 and CF. RGB value is (141,51,207). Sum of RGB (Red+Green+Blue) = 141+51+207=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 51 (20.31% from 255 or 12.78% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D33CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D33CF is #72CC30. Grayscale: #5F5F5F. Windows color (decimal): -7523377 or 13579149. OLE color: 13579149.

HSL color Cylindrical-coordinate representation of color #8D33CF: hue angle of 274.62º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D33CF is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 141 51 207 -
CMYK 0.32 0.75 0 0.19
HSL 274.62º 0.62% 0.51% -
HSV(B) 274.62º 0.75% 0.81% -
XYZ 23.43 12.54 60.22 -
YUV 95.69 190.82 160.32 -
System Red Green Blue C M Y K H S L
Decimal 141 51 207 0.32 0.75 0 0.19 274.62 0.62 0.51
Hex 8D 33 CF 20 4B 0 13 113 3E 33
Octal 215 63 317 40 113 0 23 423 76 63
Binary 10001101 110011 11001111 100000 1001011 0 10011 100010011 111110 110011

Color Harmonies of #8D33CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D33CF

Black with #8D33CF

Text Example


Text Example

White with #8D33CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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