Html Css Color HEX #8424BC Dark Orchid

📋 copy color: '#8424BC'

red 132 ◦ green 36 ◦ blue 188

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

Shades of Dark Orchid #8424BC

Tints of Dark Orchid #8424BC

RGB

 RED value IS 132 (51.95% from 255) = 37.08%

 GREEN value IS 36 (14.45% from 255) = 10.11%

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

R = 37.08%
G = 10.11%
B = 52.81%

CMYK

 C value IS 0.30

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8424BC (or 0x8424BC) is known color: Dark Orchid. HEX triplet: 84, 24 and BC. RGB value is (132,36,188). Sum of RGB (Red+Green+Blue) = 132+36+188=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #8424BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8424BC is #7BDB43. Grayscale: #515151. Windows color (decimal): -8117060 or 12330116. OLE color: 12330116.

HSL color Cylindrical-coordinate representation of color #8424BC: hue angle of 277.89º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8424BC is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 36 188 -
CMYK 0.30 0.81 0 0.26
HSL 277.89º 0.68% 0.44% -
HSV(B) 277.89º 0.81% 0.74% -
XYZ 19.22 9.8 48.45 -
YUV 82.03 187.8 163.64 -
System Red Green Blue C M Y K H S L
Decimal 132 36 188 0.30 0.81 0 0.26 277.89 0.68 0.44
Hex 84 24 BC 1E 51 0 1A 116 44 2C
Octal 204 44 274 36 121 0 32 426 104 54
Binary 10000100 100100 10111100 11110 1010001 0 11010 100010110 1000100 101100

Color Harmonies of #8424BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8424BC

Black with #8424BC

Text Example


Text Example

White with #8424BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8424BC; }

 p { color: rgb(132,36,188); }

 H1.HeaderClassName
 {
   color: #8424BC;
 }
 .AnyTagClassName
 {
   color: #8424BC;
 }
</style>

background-color css

<style>
 a { background-color: #8424BC; }

 a { background-color: rgb(132,36,188); }

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

border-color css

<style>
 span { border-color: #8424BC; }

 span { border-color: rgb(132,36,188); }

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