Html Css Color HEX #802EBA Dark Orchid

📋 copy color: '#802EBA'

red 128 ◦ green 46 ◦ blue 186

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

Shades of Dark Orchid #802EBA

Tints of Dark Orchid #802EBA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.78%

 BLUE value IS 186 (73.05% from 255) = 51.67%

R = 35.56%
G = 12.78%
B = 51.67%

CMYK

 C value IS 0.31

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#802EBA (or 0x802EBA) is known color: Dark Orchid. HEX triplet: 80, 2E and BA. RGB value is (128,46,186). Sum of RGB (Red+Green+Blue) = 128+46+186=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 46 (18.36% from 255 or 12.78% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #802EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802EBA is #7FD145. Grayscale: #565656. Windows color (decimal): -8376646 or 12201600. OLE color: 12201600.

HSL color Cylindrical-coordinate representation of color #802EBA: hue angle of 275.14º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802EBA is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 46 186 -
CMYK 0.31 0.75 0 0.27
HSL 275.14º 0.6% 0.45% -
HSV(B) 275.14º 0.75% 0.73% -
XYZ 18.74 10.09 47.41 -
YUV 86.48 184.17 157.62 -
System Red Green Blue C M Y K H S L
Decimal 128 46 186 0.31 0.75 0 0.27 275.14 0.6 0.45
Hex 80 2E BA 1F 4B 0 1B 113 3C 2D
Octal 200 56 272 37 113 0 33 423 74 55
Binary 10000000 101110 10111010 11111 1001011 0 11011 100010011 111100 101101

Color Harmonies of #802EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802EBA

Black with #802EBA

Text Example


Text Example

White with #802EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802EBA; }

 p { color: rgb(128,46,186); }

 H1.HeaderClassName
 {
   color: #802EBA;
 }
 .AnyTagClassName
 {
   color: #802EBA;
 }
</style>

background-color css

<style>
 a { background-color: #802EBA; }

 a { background-color: rgb(128,46,186); }

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

border-color css

<style>
 span { border-color: #802EBA; }

 span { border-color: rgb(128,46,186); }

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