Html Css Color HEX #8D35BC Dark Orchid

📋 copy color: '#8D35BC'

red 141 ◦ green 53 ◦ blue 188

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

Shades of Dark Orchid #8D35BC

Tints of Dark Orchid #8D35BC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.87%

 BLUE value IS 188 (73.83% from 255) = 49.21%

R = 36.91%
G = 13.87%
B = 49.21%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8D35BC (or 0x8D35BC) is known color: Dark Orchid. HEX triplet: 8D, 35 and BC. RGB value is (141,53,188). Sum of RGB (Red+Green+Blue) = 141+53+188=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D35BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D35BC is #72CA43. Grayscale: #5E5E5E. Windows color (decimal): -7522884 or 12334477. OLE color: 12334477.

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

Color convert

RGB 141 53 188 -
CMYK 0.25 0.72 0 0.26
HSL 279.11º 0.56% 0.47% -
HSV(B) 279.11º 0.72% 0.74% -
XYZ 21.33 11.84 48.74 -
YUV 94.7 180.65 161.02 -
System Red Green Blue C M Y K H S L
Decimal 141 53 188 0.25 0.72 0 0.26 279.11 0.56 0.47
Hex 8D 35 BC 19 48 0 1A 117 38 2F
Octal 215 65 274 31 110 0 32 427 70 57
Binary 10001101 110101 10111100 11001 1001000 0 11010 100010111 111000 101111

Color Harmonies of #8D35BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D35BC

Black with #8D35BC

Text Example


Text Example

White with #8D35BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,53,188); }

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

background-color css

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

 a { background-color: rgb(141,53,188); }

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

border-color css

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

 span { border-color: rgb(141,53,188); }

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