Html Css Color HEX #8024B3 Dark Orchid

📋 copy color: '#8024B3'

red 128 ◦ green 36 ◦ blue 179

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

Shades of Dark Orchid #8024B3

Tints of Dark Orchid #8024B3

RGB

 RED value IS 128 (50.39% from 255) = 37.32%

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

 BLUE value IS 179 (70.31% from 255) = 52.19%

R = 37.32%
G = 10.5%
B = 52.19%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8024B3 (or 0x8024B3) is known color: Dark Orchid. HEX triplet: 80, 24 and B3. RGB value is (128,36,179). Sum of RGB (Red+Green+Blue) = 128+36+179=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 179 (70.31% from 255 or 52.19% from 343); Max value from RGB is 179 - color contains mainly: blue. Hex color #8024B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8024B3 is #7FDB4C. Grayscale: #4F4F4F. Windows color (decimal): -8379213 or 11740288. OLE color: 11740288.

HSL color Cylindrical-coordinate representation of color #8024B3: hue angle of 278.6º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8024B3 is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 128 36 179 -
CMYK 0.28 0.80 0 0.30
HSL 278.6º 0.67% 0.42% -
HSV(B) 278.6º 0.8% 0.7% -
XYZ 17.67 9.11 43.47 -
YUV 79.81 183.98 162.37 -
System Red Green Blue C M Y K H S L
Decimal 128 36 179 0.28 0.80 0 0.30 278.6 0.67 0.42
Hex 80 24 B3 1C 50 0 1E 117 43 2A
Octal 200 44 263 34 120 0 36 427 103 52
Binary 10000000 100100 10110011 11100 1010000 0 11110 100010111 1000011 101010

Color Harmonies of #8024B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8024B3

Black with #8024B3

Text Example


Text Example

White with #8024B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8024B3; }

 p { color: rgb(128,36,179); }

 H1.HeaderClassName
 {
   color: #8024B3;
 }
 .AnyTagClassName
 {
   color: #8024B3;
 }
</style>

background-color css

<style>
 a { background-color: #8024B3; }

 a { background-color: rgb(128,36,179); }

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

border-color css

<style>
 span { border-color: #8024B3; }

 span { border-color: rgb(128,36,179); }

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