Html Css Color HEX #802FBE Dark Orchid

📋 copy color: '#802FBE'

red 128 ◦ green 47 ◦ blue 190

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

Shades of Dark Orchid #802FBE

Tints of Dark Orchid #802FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.05%

R = 35.07%
G = 12.88%
B = 52.05%

CMYK

 C value IS 0.33

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#802FBE (or 0x802FBE) is known color: Dark Orchid. HEX triplet: 80, 2F and BE. RGB value is (128,47,190). Sum of RGB (Red+Green+Blue) = 128+47+190=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #802FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802FBE is #7FD041. Grayscale: #575757. Windows color (decimal): -8376386 or 12464000. OLE color: 12464000.

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

Color convert

RGB 128 47 190 -
CMYK 0.33 0.75 0 0.25
HSL 273.99º 0.6% 0.46% -
HSV(B) 273.99º 0.75% 0.75% -
XYZ 19.21 10.34 49.7 -
YUV 87.52 185.84 156.87 -
System Red Green Blue C M Y K H S L
Decimal 128 47 190 0.33 0.75 0 0.25 273.99 0.6 0.46
Hex 80 2F BE 21 4B 0 19 112 3C 2E
Octal 200 57 276 41 113 0 31 422 74 56
Binary 10000000 101111 10111110 100001 1001011 0 11001 100010010 111100 101110

Color Harmonies of #802FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802FBE

Black with #802FBE

Text Example


Text Example

White with #802FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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