Html Css Color HEX #802FBA Dark Orchid

📋 copy color: '#802FBA'

red 128 ◦ green 47 ◦ blue 186

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

Shades of Dark Orchid #802FBA

Tints of Dark Orchid #802FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.02%

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

R = 35.46%
G = 13.02%
B = 51.52%

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

#802FBA (or 0x802FBA) is known color: Dark Orchid. HEX triplet: 80, 2F and BA. RGB value is (128,47,186). Sum of RGB (Red+Green+Blue) = 128+47+186=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #802FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802FBA is #7FD045. Grayscale: #565656. Windows color (decimal): -8376390 or 12201856. OLE color: 12201856.

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

Color convert

RGB 128 47 186 -
CMYK 0.31 0.75 0 0.27
HSL 274.96º 0.6% 0.46% -
HSV(B) 274.96º 0.75% 0.73% -
XYZ 18.78 10.17 47.43 -
YUV 87.07 183.84 157.2 -
System Red Green Blue C M Y K H S L
Decimal 128 47 186 0.31 0.75 0 0.27 274.96 0.6 0.46
Hex 80 2F BA 1F 4B 0 1B 113 3C 2E
Octal 200 57 272 37 113 0 33 423 74 56
Binary 10000000 101111 10111010 11111 1001011 0 11011 100010011 111100 101110

Color Harmonies of #802FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802FBA

Black with #802FBA

Text Example


Text Example

White with #802FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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