Html Css Color HEX #8026B2 Dark Orchid

📋 copy color: '#8026B2'

red 128 ◦ green 38 ◦ blue 178

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

Shades of Dark Orchid #8026B2

Tints of Dark Orchid #8026B2

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.05%

 BLUE value IS 178 (69.92% from 255) = 51.74%

R = 37.21%
G = 11.05%
B = 51.74%

CMYK

 C value IS 0.28

 M value IS 0.79

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8026B2 (or 0x8026B2) is known color: Dark Orchid. HEX triplet: 80, 26 and B2. RGB value is (128,38,178). Sum of RGB (Red+Green+Blue) = 128+38+178=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 178 (69.92% from 255 or 51.74% from 344); Max value from RGB is 178 - color contains mainly: blue. Hex color #8026B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8026B2 is #7FD94D. Grayscale: #505050. Windows color (decimal): -8378702 or 11675264. OLE color: 11675264.

HSL color Cylindrical-coordinate representation of color #8026B2: hue angle of 278.57º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8026B2 is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 128 38 178 -
CMYK 0.28 0.79 0 0.30
HSL 278.57º 0.65% 0.42% -
HSV(B) 278.57º 0.79% 0.7% -
XYZ 17.63 9.19 42.96 -
YUV 80.87 182.82 161.62 -
System Red Green Blue C M Y K H S L
Decimal 128 38 178 0.28 0.79 0 0.30 278.57 0.65 0.42
Hex 80 26 B2 1C 4F 0 1E 117 41 2A
Octal 200 46 262 34 117 0 36 427 101 52
Binary 10000000 100110 10110010 11100 1001111 0 11110 100010111 1000001 101010

Color Harmonies of #8026B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8026B2

Black with #8026B2

Text Example


Text Example

White with #8026B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8026B2; }

 p { color: rgb(128,38,178); }

 H1.HeaderClassName
 {
   color: #8026B2;
 }
 .AnyTagClassName
 {
   color: #8026B2;
 }
</style>

background-color css

<style>
 a { background-color: #8026B2; }

 a { background-color: rgb(128,38,178); }

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

border-color css

<style>
 span { border-color: #8026B2; }

 span { border-color: rgb(128,38,178); }

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